alerter 1.0.2 copy "alerter: ^1.0.2" to clipboard
alerter: ^1.0.2 copied to clipboard

A flutter package to display a snackbar/toast to the user. It is highly customizable and easy to use.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alerter

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

dependencies:
  alerter: ^1.0.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:alerter/alerter.dart';
5
likes
160
points
64
downloads
screenshot

Publisher

verified publishersujangainju.com.np

Weekly Downloads

A flutter package to display a snackbar/toast to the user. It is highly customizable and easy to use.

Repository (GitHub)
View/report issues

Topics

#ui #snackbar #flutter #alerter #toast

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on alerter