techwithsam / flutter_form_validation

Flutter Tutorial For Beginners #1 - A simple form validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

alt text

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:

For help getting started with Flutter, view our online documentation, 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), ], ),

About

Flutter Tutorial For Beginners #1 - A simple form validation


Languages

Language:Dart 93.8%Language:Swift 4.4%Language:Kotlin 1.4%Language:Objective-C 0.4%