dogs_forms 0.2.3 dogs_forms: ^0.2.3 copied to clipboard
Support for creating form_builder forms for DOGs structures.
Dart Object Graphs
DOGs, short for Dart Object Graphs, is a object mapping and serialization library that use code generation to create a structure definition of your serializable classes, which is usable at runtime.
Documentation | Discord | Pub Package
dogs_forms #
Dogs forms is a supporting package for the dogs serialization library which provides a automatic form generation for your serializable classes to easily prototype your data models and bind them the form data to your objects.
Online Demo #
You can have a look at the online demo to see the form generation in action.