notification_centre 0.0.1 copy "notification_centre: ^0.0.1" to clipboard
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}');
}
5
likes
0
points
36
downloads

Publisher

verified publisherjejouejeux.com

Weekly Downloads

A lightweight publisher/observer open-source library used for messaging run through the entire Flutter application.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on notification_centre