flutterpop 1.0.2 flutterpop: ^1.0.2 copied to clipboard
FlutterPop: Simplify in-app notifications and popups with ease and customization in your Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutterpop
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutterpop: ^1.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:flutterpop/enum.dart';
import 'package:flutterpop/flutterpopbody.dart';
import 'package:flutterpop/model.dart';
import 'package:flutterpop/mysizes.dart';
import 'package:flutterpop/pop_element.dart';
import 'package:flutterpop/provider.dart';