This is a minimal reproduction of a bug in the Brick library: GetDutchie/brick#379
To reproduce the bug:
- run
dart run build_runner build-> this will generate abrick.g.dart, a*.migration.dartand aschema.g.dartfile -> theproject_adapter.g.dartfile is missing - replace
final UUID id;withfinal String id;in the model file and run the build command again -> theproject_adapter.g.dartfile is generated