form_kit 0.0.1 copy "form_kit: ^0.0.1" to clipboard
form_kit: ^0.0.1 copied to clipboard

retracted[pending analysis]

A FLutter package which can be used to create flutter forms with the use of JSON.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add form_kit

With Flutter:

 $ flutter pub add form_kit

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

dependencies:
  form_kit: ^0.0.1

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:form_kit/form_kit.dart';
1
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A FLutter package which can be used to create flutter forms with the use of JSON.

Repository (GitHub)
View/report issues

License

(pending) (license)

Dependencies

equatable, flutter, flutter_bloc, intl, multi_select_flutter, uuid

More

Packages that depend on form_kit