app_forms 0.5.0 copy "app_forms: ^0.5.0" to clipboard
app_forms: ^0.5.0 copied to clipboard

App Forms Separate the logic from the user interface by use flutter_form_builder

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_forms

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

dependencies:
  app_forms: ^0.5.0

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:app_forms/app_forms.dart';
8
likes
140
pub points
2%
popularity

Publisher

verified publisherm-it.dev

App Forms Separate the logic from the user interface by use flutter_form_builder

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_form_builder

More

Packages that depend on app_forms