https://github.com/roughike/form-validation-sample
A sample on how to validate forms simply in Flutter.
https://github.com/roughike/form-validation-sample
Last synced: 4 months ago
JSON representation
A sample on how to validate forms simply in Flutter.
- Host: GitHub
- URL: https://github.com/roughike/form-validation-sample
- Owner: roughike
- License: mit
- Created: 2017-10-17T18:25:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T17:11:48.000Z (over 7 years ago)
- Last Synced: 2025-09-14T08:45:11.112Z (4 months ago)
- Language: Dart
- Size: 94.7 KB
- Stars: 18
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is it?
Sample project for validating forms in Flutter.
[Read the blogpost here](https://flutter.rocks/2017/10/17/validating-forms-in-flutter/).
All the related source code is located in [the /lib folder](https://github.com/FlutterRocks/form-validation-sample/tree/master/lib); **no separate Android / iOS code needed**.