flutter_gb_app_notifications 1.2.1
flutter_gb_app_notifications: ^1.2.1 copied to clipboard
A comprehensive solution for handling in-app notifications in Flutter, including fetching, displaying, managing states (read, unread, archived), and customizable UI components.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_gb_app_notificationsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_gb_app_notifications: ^1.2.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:flutter_gb_app_notifications/flutter_gb_app_notifications.dart';