disco 2.0.0
disco: ^2.0.0 copied to clipboard
A Flutter library bringing a new concept of scoped providers for dependency injection, which are independent of any specific state management solution.
2.0.0 #
- FEAT: Allow providers in the same
ProviderScopeto depend on previously declared providers. This simplifies the development experience. This friendlier syntax does not introduce circular dependencies. - FEAT: Add
debugNameparameter to providers for easier debugging, allowing better identification of providers in error messages and logs. - FEAT: Introduce the new
disco_lintpackage to help avoid common mistakes and simplify repetitive tasks.
1.0.3+1 #
- CHORE: Improve documentation.
- CHORE: Fix automatic deployment to pub.dev (GitHub workflow).
1.0.3 #
- FIX: Disposal of provider with arguments.
1.0.2 #
- FIX: A bug prevented users to inject providers with arguments from a
ProviderScopewhich was placed inside aProviderScopePortal.
1.0.1 #
- FIX: A bug prevented users to inject providers from a
ProviderScopewhich was placed inside aProviderScopePortal.
1.0.0+1 #
- CHORE: Update README.md
1.0.0 #
- Added comprehensive documentation (see Disco homepage) with numerous examples.
0.0.2 #
- Fix imports, simplify file names and correct repository URL.
0.0.1 #
- Initial version. The providers were moved from the package solidart.