flushbar 1.10.4
flushbar: ^1.10.4 copied to clipboard
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 flushbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flushbar: ^1.10.4Alternatively, 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';