cherrypick 2.1.0
cherrypick: ^2.1.0 copied to clipboard
Cherrypick is a small dependency injection (DI) library for dart/flutter projects.
2.1.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
2.1.0-dev.1 #
- FIX: fix warnings.
- FIX: fix warnings.
- FIX: support passing params when resolving dependency recursively in parent scope.
- FEAT: Add async dependency resolution and enhance example.
- FEAT: Add async dependency resolution and enhance example.
2.0.2 #
- FIX: support passing params when resolving dependency recursively in parent scope.
2.1.0-dev.0 #
- FEAT: Add async dependency resolution and enhance example.
2.0.1 #
- FIX: fix warning.
2.0.0 #
- FEAT: support for Dart 3.0.
1.1.0 #
- FEAT: verified Dart 3.0 support.
1.0.4 #
- FIX: Fixed exception "ConcurrentModificationError".
1.0.3 #
- FEAT: Added provider with params.
1.0.2 #
- DOCS: Updated docs and fixed syntax error.
1.0.1 #
- FIX: Fixed syntax error.
1.0.0 #
- REFACTOR: Refactored code and added experimental API.
0.1.2+1 #
- FIX: Fixed initialization error.
0.1.2 #
- FIX: Fixed warnings in code.
0.1.1+2 #
- MAINT: Updated libraries and fixed warnings.
0.1.1+1 #
- MAINT: Updated pubspec and readme.md.
0.1.1 #
- MAINT: Updated pubspec.
0.1.0 #
- INIT: Initial release.