turbo_forms 1.0.1
turbo_forms: ^1.0.1 copied to clipboard
Type-safe form field configuration and validation for Flutter with ShadCN UI integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add turbo_formsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
turbo_forms: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:turbo_forms/turbo_forms.dart';