tekio_forms 0.1.1 copy "tekio_forms: ^0.1.1" to clipboard
tekio_forms: ^0.1.1 copied to clipboard

This package allows you to build a complex forms with just a json file. This package is a part of the tekio plugins.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tekio_forms

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

dependencies:
  tekio_forms: ^0.1.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:tekio_forms/generated/models/tekio_field_data.g.dart';
import 'package:tekio_forms/generated/models/tekio_form_data.g.dart';
import 'package:tekio_forms/generated/models/tekio_form_section.g.dart';
import 'package:tekio_forms/models/models.dart';
import 'package:tekio_forms/models/tekio_field_data.dart';
import 'package:tekio_forms/models/tekio_form_data.dart';
import 'package:tekio_forms/models/tekio_form_field_type.dart';
import 'package:tekio_forms/models/tekio_form_section.dart';
import 'package:tekio_forms/utils/tekio_fields_builders.dart';
import 'package:tekio_forms/utils/tekio_form_decoration.dart';
import 'package:tekio_forms/widgets/form_fields/text_field.dart';
import 'package:tekio_forms/widgets/tekio_form.dart';
import 'package:tekio_forms/widgets/tekio_form_builder.dart';
import 'package:tekio_forms/widgets/tekio_form_title.dart';
import 'package:tekio_forms/widgets/tekio_section.dart';
1
likes
150
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

This package allows you to build a complex forms with just a json file. This package is a part of the tekio plugins.

Repository (GitHub)
View/report issues

Topics

#json #widget #dynamic #form #validators

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_form_builder, form_builder_validators, json_annotation

More

Packages that depend on tekio_forms