/github_app_flutter

github app in flutter

Primary LanguageDart

gsy_app

A new Flutter project.

Getting Started

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.


json_serializable generate

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
  1. One-time code generation
dart run build_runner build --delete-conflicting-outputs
  1. Generating code continuously
dart run build_runner watch --delete-conflicting-outputs
  1. build
flutter build ios-framework --cocoapods --no-debug --no-profile --output=../3rd/gsy_app