smart_form_toolkit 0.0.1 copy "smart_form_toolkit: ^0.0.1" to clipboard
smart_form_toolkit: ^0.0.1 copied to clipboard

An advanced, platform-aware Flutter form framework with unified state management, generic type support, and deep native parity.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_form_toolkit

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

dependencies:
  smart_form_toolkit: ^0.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:smart_form_toolkit/smart_form_toolkit.dart';
1
likes
160
points
84
downloads

Publisher

verified publishergreelogix.com

Weekly Downloads

An advanced, platform-aware Flutter form framework with unified state management, generic type support, and deep native parity.

Homepage
Repository (GitHub)
View/report issues

Topics

#form #validation #adaptive #components #ui

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on smart_form_toolkit