Messaging Flutter
A flutter that allows to provide the messaging instance of package messaging in your application and access its public APIs.
This package includes:
MessagingScopeProvider
to include at the top of the widget tree.MessagingScope
accessible through context withMessagingScope.of(context)
that allows to access yourmessaging
instance APIs.MessagingSubscriberBuilder
that allows to rebuild your widget every time a message you subscribed is published.
Installation
In your pubspec.yaml
dependencies:
messaging: <latest_version>
messaging_flutter: <latest_version>
Libraries
- messaging_flutter
- Flutter library that allows you to provide messaging instance in the tree.