inheriteds 0.1.1 copy "inheriteds: ^0.1.1" to clipboard
inheriteds: ^0.1.1 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.1.1 #

  • Changed
    • dependency of 'inheriteds' package is updated

0.1.0 #

  • Changed
    • Improved handling of nullable values for InheritedObject
      • Added InheritedObject.nullable
      • Nullable types are now forbidden for InheritedObject<T>,
  • Fixes:
    • Fixed: _ProviderDependencyState.updateDependency sets the object during the build stage.
    • Fixed: a late error when updating InheritedObjectProviderState._hub.

0.0.5 #

  • Changed
    • InheritedProviders: You can now specify empty entries.
    • InheritedObjects: You can now specify empty entries.

0.0.4 #

  • Changed
    • InheritedProviders: The providers parameter is now a positional argument and has been renamed to entries.
  • Added
    • InheritedObjects: Enables adding multiple InheritedObjects 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.
0
likes
150
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

State management solution focused on simplifying dependency injection and object propagation throughout widget trees

Repository (GitHub)
View/report issues

Topics

#inherited-widget #state-management #dependency-injection #provider-pattern #flutter-state

License

MIT (license)

Dependencies

dependents, equalone, flutter

More

Packages that depend on inheriteds