koin_flutter 0.9.2 copy "koin_flutter: ^0.9.2" to clipboard
koin_flutter: ^0.9.2 copied to clipboard

outdated

A package to make it easier to use Koin.dart on the Flutter.

0.9.2 #

  • Fix internal error.

0.9.1 #

  • Update to koin v0.12.0
  • Internal improvements.

0.9.0 #

  • Added currentScope method as extension for State class.

    • It is now possible to use currentScope.get () instead of widget.scope.get ()
  • Fixed an error in scope object extension.

  • Added ScopeStateMixin. A mixin to be used in widgets states for close the koin scope automatically.

  • Breaking changes

  • Removed the use of scopes methods in all Widgets.
    • Now it is only possible to use the scope methods in 'StatefulWidget' widgets.
  • Removed the bloc() to obtain a bloc instance. Just use get() or currentScope.get() for that.
  • Removed getScopeOrNull(), createScope(), getOrCreateScope () and scopeName methods from public flutter scope extension.

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
1
likes
0
pub points
61%
popularity

Publisher

unverified uploader

A package to make it easier to use Koin.dart on the Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, koin

More

Packages that depend on koin_flutter