gsform 0.3.2 copy "gsform: ^0.3.2" to clipboard
gsform: ^0.3.2 copied to clipboard

GSForm helps to creating forms in Flutter by removing the boilerplate needed to build a form, validate fields, react to changes and collect final user input.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gsform

With Flutter:

 $ flutter pub add gsform

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

dependencies:
  gsform: ^0.3.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gsform/gsform.dart';
61
likes
0
points
148
downloads

Publisher

unverified uploader

Weekly Downloads

GSForm helps to creating forms in Flutter by removing the boilerplate needed to build a form, validate fields, react to changes and collect final user input.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

figma_squircle, flutter, flutter_svg, image_cropper, image_picker, intl, path_provider, persian_datetime_picker, qr_code_scanner

More

Packages that depend on gsform