A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Once you have added the annotations to your code you then need to run the code generator to generate the missing .g.dart generated dart files.
dart run build_runner build
- One-time code generation
dart run build_runner build --delete-conflicting-outputs
- Generating code continuously
dart run build_runner watch --delete-conflicting-outputs
- build
flutter build ios-framework --cocoapods --no-debug --no-profile --output=../3rd/gsy_app