Awesome Dart Bloc State Management

  • bloc bloc 11,735
    star
    updated 2 months ago MIT License

    A predictable state management library that helps implement the BLoC design pattern

  • cubit cubit 583
    star
    updated over 1 year ago MIT License

    Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.