hold_on_pop 0.0.5 copy "hold_on_pop: ^0.0.5" to clipboard
hold_on_pop: ^0.0.5 copied to clipboard

A Flutter package that provides a widget that shows a popup when the user presses their finger and closes when they release it, similar to the functionality in Instagram.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hold_on_pop

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

dependencies:
  hold_on_pop: ^0.0.5

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:hold_on_pop/hold_on_pop.dart';
14
likes
150
points
103
downloads

Publisher

verified publisheranjoylife.me

Weekly Downloads

A Flutter package that provides a widget that shows a popup when the user presses their finger and closes when they release it, similar to the functionality in Instagram.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hold_on_pop