To generate the required files, follow the appropriate commands based on your scenario:
flutter packages pub run build_runner build
dart run build_runner build
If you need to regenerate the required files, you may need to delete conflicting output, use the following commands:
flutter packages pub run build_runner build --delete-conflicting-outputs
dart run build_runner build --delete-conflicting-outputs
For static models like placed orders (independent from ERP), use "model" instead of "model identity" as a column. For dynamic models like products, categories (dependent on ERP), use "model identity" instead of "model" as a column.
MIT License