t_overlay_notification 0.0.6 copy "t_overlay_notification: ^0.0.6" to clipboard
t_overlay_notification: ^0.0.6 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 Dart:

 $ dart pub add t_overlay_notification

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 dart pub get):

dependencies:
  t_overlay_notification: ^0.0.6

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:t_overlay_notification/t_overlay_notification.dart';
4
likes
0
points
32
downloads

Publisher

verified publishercodingwitht.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on t_overlay_notification