flushbar 1.10.4 copy "flushbar: ^1.10.4" to clipboard
flushbar: ^1.10.4 copied to clipboard

discontinued

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flushbar

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

dependencies:
  flushbar: ^1.10.4

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:flushbar/flushbar.dart';
647
likes
20
pub points
95%
popularity

Publisher

unverified uploader

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flushbar