bloc_signals_flutter 0.1.6
bloc_signals_flutter: ^0.1.6 copied to clipboard
Flutter extensions and bindings for BlocSignal state management library.
0.1.6 #
- Remove pre-release Dart SDK constraints in favor of stable
^3.10.0. - Update documentation and link package READMEs to the primary consumable AI coding assistant skill.
- Clarify stateful widget effect disposal guidelines and provide Flutter Hooks integration examples.
0.1.5 #
- Widen Dart SDK constraint to include pre-release versions of Dart
3.10.0.
0.1.4 #
- Relax Dart SDK constraints to
^3.10.0.
0.1.3 #
- Fix relative Migration Guide link in README for pub.dev.
0.1.2 #
- Acknowledge Felix Angelov & Rody Davis in documentation.
- Add comprehensive Timer showcase example.
0.1.1 #
- Add Cubit migration guide to documentation.
0.1.0 #
- Initial release of
bloc_signals_flutterbindings. - Added
BlocSignalProvider,MultiBlocSignalProvider, andBlocSignalBuilderwidgets.