abouttoclose 1.0.0
abouttoclose: ^1.0.0 copied to clipboard
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';