Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.06 KB

Build Instructions

To generate the required files, follow the appropriate commands based on your scenario:

Deprecated Build (Flutter)

flutter packages pub run build_runner build

Stable Build (Dart)

dart run build_runner build

Rebuild Instructions

If you need to regenerate the required files, you may need to delete conflicting output, use the following commands:

Deprecated Build (Flutter)

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

Stable Build (Dart)

dart run build_runner build  --delete-conflicting-outputs

Note

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.

License

MIT License

Made with ❤ by Devstroop Technologies