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

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.2

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
120
pub points
52%
popularity

Publisher

verified publisherhadi.wtf

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter, flutter_bloc

More

Packages that depend on peek_and_pop_dialog