flutter_notifications_utils 0.0.1
flutter_notifications_utils: ^0.0.1 copied to clipboard
A Flutter plugin for managing Android and iOS notifications (clear, create channels, get count).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_notifications_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_notifications_utils: ^0.0.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_notifications_utils/flutter_notifications_utils.dart';