https://github.com/techwithsam/flutter_form_validation
Flutter Tutorial For Beginners #1 - A simple form validation
https://github.com/techwithsam/flutter_form_validation
Last synced: about 1 year ago
JSON representation
Flutter Tutorial For Beginners #1 - A simple form validation
- Host: GitHub
- URL: https://github.com/techwithsam/flutter_form_validation
- Owner: techwithsam
- Created: 2020-08-04T09:49:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T09:43:40.000Z (over 5 years ago)
- Last Synced: 2025-02-17T13:27:50.651Z (over 1 year ago)
- Language: Dart
- Size: 647 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- [https://www.youtube.com/watch?v=bQ0qXhUwgfQ&t=43s]
.png)

# flutter_tutorial
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
"# flutter_form_validation"
Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [
MaterialButton(
onPressed: () {
saveScreen();
},
child: Text('The fullscreen shot'),
color: Colors.blue,
),
MaterialButton(
onPressed: () {
saveScreen1();
},
child: Text('Only flutter logo shot'),
color: Colors.red),
],
),