Skip to content

Flutter Static Badge

This package provides Flutter specific functionality for the Dogs serialization library, including:

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.