my_snackbar_package 0.0.4 copy "my_snackbar_package: ^0.0.4" to clipboard
my_snackbar_package: ^0.0.4 copied to clipboard

A versatile Flutter package to display customizable snackbars with various styles and actions. Ideal for providing quick notifications and feedback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_snackbar_package

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

dependencies:
  my_snackbar_package: ^0.0.4

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:my_snackbar_package/example/my_snackbar_package.dart';
import 'package:my_snackbar_package/main.dart';
0
likes
150
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A versatile Flutter package to display customizable snackbars with various styles and actions. Ideal for providing quick notifications and feedback.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on my_snackbar_package