t_overlay_notification 1.1.0 copy "t_overlay_notification: ^1.1.0" to clipboard
t_overlay_notification: ^1.1.0 copied to clipboard

A reusable Flutter notification overlay for success, error, warning, and info messages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add t_overlay_notification

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

dependencies:
  t_overlay_notification: ^1.1.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:t_overlay_notification/t_overlay_notification.dart';
4
likes
160
points
106
downloads

Publisher

verified publishercodingwitht.com

Weekly Downloads

A reusable Flutter notification overlay for success, error, warning, and info messages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, iconsax

More

Packages that depend on t_overlay_notification