turbo_forms 1.0.1 copy "turbo_forms: ^1.0.1" to clipboard
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_forms

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  turbo_forms: ^1.0.1

Alternatively, 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';
0
likes
160
points
151
downloads

Publisher

verified publisherultrawideturbodev.com

Weekly Downloads

Type-safe form field configuration and validation for Flutter with ShadCN UI integration.

Homepage
Repository (GitHub)
View/report issues

Topics

#form #flutter #validation #shadcn

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

equatable, flutter, shadcn_ui, turbo_notifiers, turbolytics

More

Packages that depend on turbo_forms