from_data 0.3.4 copy "from_data: ^0.3.4" to clipboard
from_data: ^0.3.4 copied to clipboard

Flutter library for generating dynamic forms driven by schema data with automatic field rendering, validation, and state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add from_data

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

dependencies:
  from_data: ^0.3.4

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:from_data/from_data.dart';
11
likes
140
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter library for generating dynamic forms driven by schema data with automatic field rendering, validation, and state management.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on from_data