Flutter 
This package provides Flutter specific functionality for the Dogs serialization library, including:
- Databinding and Form Generation
- Converters for Flutter specific types
To install the base package, modify your pubspec.yaml
to include following packages:
pubspec.yaml
dependencies:
dogs_core: any
dogs_flutter: any
dev_dependencies:
build_runner: any
dogs_generator: any
and replace the any
with the desired/latest version constraint.