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

A flutter package to display a snackbar/toast to the user.

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.1

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';
4
likes
150
pub points
44%
popularity
screenshot

Publisher

verified publishersujangainju.com.np

A flutter package to display a snackbar/toast to the user.

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