messaging_flutter 1.0.0 messaging_flutter: ^1.0.0 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:
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>