Skip to content

lxthyme/github_app_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

github app in flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published