sm_form 1.0.1
sm_form: ^1.0.1 copied to clipboard
一个功能强大的 Flutter 表单组件库,基于 `hooks_riverpod` 构建,提供完整的表单管理、校验、提交、联动和监听功能。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sm_formThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sm_form: ^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:sm_form/sm_form.dart';