notification_centre 0.0.2 notification_centre: ^0.0.2 copied to clipboard
A lightweight publisher/observer open-source library used for messaging to run through the entire Flutter applications.
example/notification_centre_example.dart
import 'package:notification_centre/notification_centre.dart';
void main() {
var awesome = NotificationCenter();
print('awesome: $awesome');
}