t_overlay_notification 1.1.1
t_overlay_notification: ^1.1.1 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_notificationThis 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.1Alternatively, 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';