github felangel/bloc flutter_bloc-v7.3.1

latest releases: flutter_bloc_feature_brick-v0.3.2, flutter_bloc-v8.1.6, intellij_bloc-v4.0.1...
2 years ago
  • fix: determine bloc reference changes via identical
    • Previously identityHashCode was used to determine if the bloc reference had changed to trigger a rebuild (#2482) however, it's possible for different bloc references to have the same hashCode as a result of hash collisions. The fix uses identical to determine whether the bloc reference has changed.
  • docs: add inline docs to library
  • docs: minor improvements to example and README
  • chore: remove unneeded imports

Don't miss a new bloc release

NewReleases is sending notifications on new releases.