unsaved_changes_forms 0.0.1 copy "unsaved_changes_forms: ^0.0.1" to clipboard
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_forms

This 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.1

Alternatively, 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';
0
likes
150
points
81
downloads

Documentation

API reference

Publisher

verified publishersupy.io

Weekly Downloads

reactive_forms adapter for unsaved_changes — track a whole FormGroup for unsaved edits with no per-field configuration.

Repository (GitHub)
View/report issues

Topics

#unsaved-changes #dirty-checking #form #reactive-forms #diff

License

MIT (license)

Dependencies

flutter, reactive_forms, unsaved_changes

More

Packages that depend on unsaved_changes_forms