flutter_bloc_form_plus 0.1.2
flutter_bloc_form_plus: ^0.1.2 copied to clipboard
Create Beautiful Forms in Flutter. The easiest way to Prefill, Async Validation, Update Form Fields, and Show Progress, Failures or Navigate by Reacting to the Form State.
0.1.0 #
Initial Version of the library.
0.1.2 #
โ Upgrade Upgraded project to Flutter 3.32.0, ensuring compatibility with the latest Dart SDK and Flutter framework features.
๐ Migration Migrated from deprecated:
MaterialState โ WidgetState
MaterialStateProperty โ WidgetStateProperty
Replaced deprecated Opacity usage with modern withValues alternatives.
Updated widget code to remove redundant constructors using super to streamline class initialization.
๐งน Cleanup Removed redundant constructor boilerplate by leveraging super where applicable.
Fixed invalid use of private types in public APIs to comply with Dart 3+ type safety.
๐ Fixes Fixed common issue with BuildContext usage across async gaps, avoiding errors caused by calling context after await.