abouttoclose 1.0.0 copy "abouttoclose: ^1.0.0" to clipboard
abouttoclose: ^1.0.0 copied to clipboard

outdated

Package created for the purpose of giving an easy option for those who want to easily prevent the user of leaving the app by mistake. AboutToClose help you to inform the user that he is about to close [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add abouttoclose

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

dependencies:
  abouttoclose: ^1.0.0

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:abouttoclose/abouttoclose.dart';
2
likes
0
pub points
43%
popularity

Publisher

verified publisherrodrigobastos.dev

Package created for the purpose of giving an easy option for those who want to easily prevent the user of leaving the app by mistake. AboutToClose help you to inform the user that he is about to close the app, so you give him a chance to tell if that's what he really wants to do.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on abouttoclose