1. Getting Started
Add dogs_core, dogs_generator and the serializers you want to use to your pubspec.yaml.
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