koin_flutter 0.6.3 koin_flutter: ^0.6.3 copied to clipboard
A package to make it easier to use Koin.dart on the Flutter.
0.6.3 #
- Change to Koin 0.10.0
- Added Scope Widgets extensions
- Now it is no longer necessary to import 'instance_scope_ext.dart', just import 'koin_flutter.dart' in order to use the scope functions.
0.6.1 #
- Added Widgets extensions
- Now it is no longer necessary to use 'KoinComponentMixin',just import 'koin_flutter.dart' "and use the 'get', 'bind' and 'inject' methods in the Flutter Widgets;
0.6.0 #
- Added BlocExtension as extension
- Testructuring to Koin 0.8.0
- Removed ScopeComponentMixin, Scopeprovider and ScopeBuilder
0.3.0 #
- Added BlocExtension
- Minor improvements
- Change to Koin 0.3.2
- ScopeComponent renamed to ScopeComponentMixin
0.2.0 #
- Added ScopeComponent
- Minor improvements
0.1.0 #
- Initial version