peek_and_pop_dialog 0.0.1 copy "peek_and_pop_dialog: ^0.0.1" to clipboard
peek_and_pop_dialog: ^0.0.1 copied to clipboard

outdated

A Flutter Widget that shows a dialog on LongPressStart and Hides on LongPressEnd.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add peek_and_pop_dialog

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  peek_and_pop_dialog: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:peek_and_pop_dialog/peek_and_pop_dialog.dart';
3
likes
40
points
6
downloads

Publisher

verified publisherhadi.wtf

Weekly Downloads

A Flutter Widget that shows a dialog on LongPressStart and Hides on LongPressEnd.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc, overlay_dialog

More

Packages that depend on peek_and_pop_dialog