State Management with Bloc - What is the best way to handle and copy states?

This page summarizes the projects mentioned and recommended in the original post on /r/FlutterDev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • bloc

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

  • Even if you used the oldState and just changed some data in it? As of my understanding that shouldn't work. Bloc compares the oldState and newly yielded/emitted state with == and if they are equal bloc doesn't rebuild. This problem was already discussed here I think. To answer your question I didn't tried it since I thought it shouldn't work as stated in that bloc issue.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts