1. Getting Started
Add dogs_core, dogs_generator and the serializers you want to use to your pubspec.yaml.
JSON is included in dogs_core and therefore has no separate package
Run the build_runner once so the reactor file is generated
Import and export the dogs.g.dart in your main class and run initialiseDogs()
Done! Dogs is now setup and ready to use!
Last updated