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

A Notification Toaster that toasts notifications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ntoaster

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

dependencies:
  ntoaster: ^1.0.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:ntoaster/ntoaster.dart';
7
likes
90
pub points
5%
popularity

Publisher

verified publisherahmdaeyz.dev

A Notification Toaster that toasts notifications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, pausable_timer

More

Packages that depend on ntoaster