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