BREAKING CHANGES:
- Renamed all module terminology to scope to eliminate confusion
- Use Darin 0.1.0 instead of 0.0.3 (that introduces renames)
BREAKING CHANGE: Fixed the Darin
widget only accepting a child, now it accepts a WidgetBuilder
instead, because a BuildContext
is required to actually use the new scope.
Added support for injecting providers of scopes too.
Added support for provider injection (lazy dependencies).
Initial release with support for:
- Inherited Darin widget
- All Darin 0.0.1 features