koin_bloc 0.2.0-nullsafety.1 copy "koin_bloc: ^0.2.0-nullsafety.1" to clipboard
koin_bloc: ^0.2.0-nullsafety.1 copied to clipboard

A package to make it easier to use Bloc library with Koin.dart.

0.2.0-nullsafety.1 #

  • BREAKING: Migrate to bloc 7.0.0.

  • BREAKING: Rename 'cubit' to 'bloc'

  • BREAKING: Rename 'scopeOneCubit' to 'scopeOneBloc'

  • BREAKING: Rename 'scopedCubit' to 'scopedBloc'

  • Define a bloc or cubit in the same way:

    Define the Cubit or Bloc:

     final myModule = Module()..bloc((s) => MyBloc());
     
    // or
    
     final myModule = Module()..bloc((s) => MyCubit());
     
    

0.2.0-nullsafety.0 #

  • BREAKING: Migrate to null-safety

0.1.2 #

  • Update to koin v0.14.0

0.1.2 #

  • Update to koin v0.14.0

0.1.1 #

  • Update to koin v0.13.0

0.1.0 #

  • Initial version
6
likes
130
pub points
41%
popularity

Publisher

unverified uploader

A package to make it easier to use Bloc library with Koin.dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

bloc, koin

More

Packages that depend on koin_bloc