gsform 0.2.9 copy "gsform: ^0.2.9" to clipboard
gsform: ^0.2.9 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.2.9

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';
55
likes
0
pub points
82%
popularity

Publisher

unverified uploader

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