material_snackbar 1.2.0 copy "material_snackbar: ^1.2.0" to clipboard
material_snackbar: ^1.2.0 copied to clipboard

discontinued
outdated

A flutter plugin for displaying snackbars with the newest material design on desktop and mobile.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_snackbar

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

dependencies:
  material_snackbar: ^1.2.0

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:material_snackbar/material_snackbar.dart';
17
likes
0
points
6
downloads

Publisher

verified publisherclevertasks.de

Weekly Downloads

A flutter plugin for displaying snackbars with the newest material design on desktop and mobile.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

animations, flutter, flutter_web_plugins

More

Packages that depend on material_snackbar

Packages that implement material_snackbar