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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
7
likes
110
points
27
downloads

Publisher

verified publisherahmdaeyz.dev

Weekly Downloads

2024.09.11 - 2025.03.26

A Notification Toaster that toasts notifications.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, pausable_timer

More

Packages that depend on ntoaster