Awesome Dart Bloc State Management

  • bloc bloc 11,351
    star
    updated about 1 month ago MIT License

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

  • cubit cubit 583
    star
    updated about 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.