scoped_listenable 2.0.2
scoped_listenable: ^2.0.2 copied to clipboard
Provides a Listenable to descendant widgets.
2.0.2 #
- Updated documentation in README.md.
2.0.1 - 2026-04-30 #
- Refactor: Renamed
ScopedFactorytoScopedListenableBuilder. - Removed
ScopedListenable.frommethod.
2.0.0 #
- Breaking change: Renamed
ScopedContainertoScopedListenable.merge. - Breaking change: Removed
ScopedListenable.builder. - Updated error message for
ScopedListenableNotFoundError. - Updated documentation and tests.
1.4.1 #
- Updated
README.mdto usereadextension method.
1.4.0 #
- Breaking change: Renamed
ScopedContext.get<T>toread<T>. - Breaking change: Renamed
ScopedListenableFactorytoScopedFactory. - Improved error message for
ScopedListenableNotFoundError. - Simplified
ScopedContainerimplementation. - Other minor refactorings.
1.3.0 #
- Added
ScopedListenable.builderfor creatingScopedListenablewidgets with aBuildContext.
1.2.0 #
- Added
scopedandscopeextension methods.
1.1.0 #
- Renamed
ScopedErrortoScopedListenableNotFoundError.
1.0.0 #
- Initial release.