inheriteds 0.0.5
inheriteds: ^0.0.5 copied to clipboard
State management solution focused on simplifying dependency injection and object propagation throughout widget trees
Changelog #
All notable changes to this project will be documented in this file.
0.0.5 #
- Changed
InheritedProviders
: You can now specify emptyentries
.InheritedObjects
: You can now specify emptyentries
.
0.0.4 #
- Changed
InheritedProviders
: Theproviders
parameter is now a positional argument and has been renamed toentries
.
- Added
InheritedObjects
: Enables adding multipleInheritedObject
s using a single widget.
0.0.3 #
- Added
InheritedDataProvider
- read-only provider.
- foundation for building your own providers
InheritedObjectProviderState
- Added property object
- Removed properties: hasObject, maybeObject
0.0.2 #
- Updated README.md
0.0.1 #
- Initial version of the library.