top_snackbar_flutter_item 1.1.1
top_snackbar_flutter_item: ^1.1.1 copied to clipboard
Top snack bar package was created for nice and convenient way to inform users about what happened.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add top_snackbar_flutter_itemThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
top_snackbar_flutter_item: ^1.1.1Alternatively, 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:top_snackbar_flutter_item/custom_snack_bar.dart';
import 'package:top_snackbar_flutter_item/tap_bounce_container.dart';
import 'package:top_snackbar_flutter_item/top_snack_bar.dart';