smart_form_fields 1.5.2
smart_form_fields: ^1.5.2 copied to clipboard
Behavior-first Flutter forms with validation and first-error navigation.
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(const SmartFormFieldsExampleApp());
}