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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
643
likes
20
points
944
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

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)

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flushbar