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:
MessagingScopeProviderto include at the top of the widget tree.MessagingScopeaccessible through context withMessagingScope.of(context)that allows to access yourmessaginginstance APIs.MessagingSubscriberBuilderthat 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.