flutter/packages
Todd Volkert 949023b276
Add Form.onSaved (#30643)
When submitting data to a server, callers need a callback that will
get invoked after all the individual form fields are saved. If they
have a button that submits the form, they could just do this logic
in the click handler for the button (save the form, then submit to
the server), but if they have more ways than one to submit the form
(i.e. hitting enter while in a text form field), then it becomes
more convoluted and calls for a unified callback that will get
notified when the form is submitted.
2019-04-07 21:02:09 -07:00
..
flutter Add Form.onSaved (#30643) 2019-04-07 21:02:09 -07:00
flutter_driver Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
flutter_goldens Intercept errors thrown by synchronous Completers in image resolution. (#30139) 2019-03-29 10:05:18 -07:00
flutter_goldens_client Update to latest matcher (#30019) 2019-03-27 17:21:10 -07:00
flutter_localizations Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
flutter_test shorter nullable list duplications (#30305) 2019-04-05 10:23:35 -07:00
flutter_tools Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
fuchsia_remote_debug_protocol Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
analysis_options.yaml Revert "Roll engine to aed6b8c46b05c7cee4506a9757dd9ea1b40583c2." (#23170) 2018-10-16 12:57:07 -07:00