sm_form 1.0.1 copy "sm_form: ^1.0.1" to clipboard
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_form

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

dependencies:
  sm_form: ^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:sm_form/sm_form.dart';
1
likes
125
points
111
downloads

Publisher

unverified uploader

Weekly Downloads

一个功能强大的 Flutter 表单组件库,基于 `hooks_riverpod` 构建,提供完整的表单管理、校验、提交、联动和监听功能。

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_hooks, hooks_riverpod

More

Packages that depend on sm_form