another_flushbar 1.12.30 copy "another_flushbar: ^1.12.30" to clipboard
another_flushbar: ^1.12.30 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 another_flushbar

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

dependencies:
  another_flushbar: ^1.12.30

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:another_flushbar/flushbar.dart';
import 'package:another_flushbar/flushbar_helper.dart';
import 'package:another_flushbar/flushbar_route.dart';
830
likes
140
pub points
99%
popularity

Publisher

verified publisherhamidwakili.com

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on another_flushbar