form_widgets 1.0.1 copy "form_widgets: ^1.0.1" to clipboard
form_widgets: ^1.0.1 copied to clipboard

Additional form widgets for Flutter. Including checkbox form widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_widgets

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

dependencies:
  form_widgets: ^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:form_widgets/checkbox_form_widget.dart';
import 'package:form_widgets/clickable_text_form_widget.dart';
1
likes
160
points
18
downloads

Publisher

verified publisherflexxxlab.com

Weekly Downloads

Additional form widgets for Flutter. Including checkbox form widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on form_widgets