status_snackbar 1.1.2 copy "status_snackbar: ^1.1.2" to clipboard
status_snackbar: ^1.1.2 copied to clipboard

Beautiful, customizable snackbars with multiple states (success, error, warning, info). Supports dark mode, subtitles, and easy BuildContext extensions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add status_snackbar

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

dependencies:
  status_snackbar: ^1.1.2

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:status_snackbar/status_snackbar.dart';
2
likes
160
points
168
downloads

Publisher

unverified uploader

Weekly Downloads

Beautiful, customizable snackbars with multiple states (success, error, warning, info). Supports dark mode, subtitles, and easy BuildContext extensions.

Repository (GitHub)
View/report issues

Topics

#snackbar #toast #notification #ui #widget

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on status_snackbar