snacky 0.5.5 snacky: ^0.5.5 copied to clipboard
Easily display customizable snackbars in Flutter with minimal configuration. Ideal for quick notifications and alerts in your app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add snacky
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
snacky: ^0.5.5
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:snacky/snacky.dart';