simple_refresh_bus 1.0.0
simple_refresh_bus: ^1.0.0 copied to clipboard
A lightweight event bus for cross-cubit state synchronization in Flutter BLoC apps. Zero config, type-safe refresh signals and data passing.
1.0.0 #
- feat: initial release
- feat:
RefreshBussingleton for cross-cubit communication - feat:
refresh<T>()method to emit refresh signals - feat:
push<T>()method to pass data directly - feat:
RefreshBusSubscribermixin for cubits - feat:
onRefresh<T>()to listen for refresh signals - feat:
onData<T>()to listen for data updates - feat: automatic subscription cleanup on cubit close
- feat:
RefreshBus.custom()factory for testing isolation