unsaved_changes_forms 0.0.1
unsaved_changes_forms: ^0.0.1 copied to clipboard
reactive_forms adapter for unsaved_changes — track a whole FormGroup for unsaved edits with no per-field configuration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unsaved_changes_formsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
unsaved_changes_forms: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:unsaved_changes_forms/unsaved_changes_forms.dart';