messaging_flutter 1.0.1
messaging_flutter: ^1.0.1 copied to clipboard
Flutter package that allows you to provide messaging instance in the tree.
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>