Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Mar 03:39
  • Replace Freezed-generated Result and Option models with handwritten sealed classes.
  • Remove the freezed, freezed_annotation, and build_runner dependencies along with generated *.freezed.dart files.
  • Preserve value equality and hashCode, including deep collection equality behavior.
  • Fix generic variant equality to remain symmetric and consistent with hashCode.