from_data 0.3.4
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_dataThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
from_data: ^0.3.4Alternatively, 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';