event_bus_riverpod 2.6.0 copy "event_bus_riverpod: ^2.6.0" to clipboard
event_bus_riverpod: ^2.6.0 copied to clipboard

A type-safe, Riverpod-integrated event bus for Flutter. It allows you to emit and listen to events anywhere in your app using Riverpod's dependency injection and lifecycle management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add event_bus_riverpod

With Flutter:

 $ flutter pub add event_bus_riverpod

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  event_bus_riverpod: ^2.6.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:event_bus_riverpod/event_bus_riverpod.dart';
3
likes
0
points
297
downloads

Publisher

unverified uploader

Weekly Downloads

A type-safe, Riverpod-integrated event bus for Flutter. It allows you to emit and listen to events anywhere in your app using Riverpod's dependency injection and lifecycle management.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_riverpod

More

Packages that depend on event_bus_riverpod