Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 270 Bytes

Scoremaster

Code Generation

To generate code run

flutter pub run build_runner build --delete-conflicting-outputs

For quality of life, you might want to use the watch mode:

flutter pub run build_runner watch --delete-conflicting-outputs