notify_master 0.0.2
notify_master: ^0.0.2 copied to clipboard
A Flutter package for handling notifications with customizable features and support for various notification types.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add notify_masterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
notify_master: ^0.0.2Alternatively, 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:notify_master/MessageService.dart';
import 'package:notify_master/NotificationConnection.dart';
import 'package:notify_master/NotificationHelper.dart';
import 'package:notify_master/ServerCallback.dart';