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

A flutter package to display slert/snackbar to the user.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add alerter

With Flutter:

 $ flutter pub add alerter

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

dependencies:
  alerter: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
58
downloads

Publisher

verified publishersujangainju.com.np

Weekly Downloads

A flutter package to display slert/snackbar to the user.

Repository (GitHub)
View/report issues

Topics

#ui #snackbar #flutter #alerter #toast

License

unknown (license)

Dependencies

flutter

More

Packages that depend on alerter