flutterpop 1.0.0 copy "flutterpop: ^1.0.0" to clipboard
flutterpop: ^1.0.0 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 Dart:

 $ dart pub add flutterpop

With Flutter:

 $ flutter pub add flutterpop

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

dependencies:
  flutterpop: ^1.0.0

Alternatively, your editor might support dart pub get or 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/pop_element.dart';
import 'package:flutterpop/provider.dart';
3
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

FlutterPop: Simplify in-app notifications and popups with ease and customization in your Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, marquee, plugin_platform_interface, provider

More

Packages that depend on flutterpop