messaging_flutter 1.0.0 copy "messaging_flutter: ^1.0.0" to clipboard
messaging_flutter: ^1.0.0 copied to clipboard

Flutter package that allows you to provide messaging instance in the tree.

Messaging Flutter #

MIT License stars pub version Discord Badge

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 with MessagingScope.of(context) that allows to access your messaging 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>
1
likes
150
points
39
downloads

Publisher

verified publishermcssym.me

Weekly Downloads

Flutter package that allows you to provide messaging instance in the tree.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, messaging

More

Packages that depend on messaging_flutter