Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cheon-App/planner

Repository files navigation

Cheon Smart Planner

Quality Assurance Flutter Build

Getting Started

Create a Firebase project and add an Android or IOS app to it. You'll be given the option to download a google-services.json(Android) or GoogleService-Info.plist(IOS) file which should be placed in android/app/google-services.json or ios/Runner/GoogleService-Info.plist respectively.

If you're on Android you'll also need to create a keystore and reference the keystore via the file android/key.properties

Running the app

Android

Production build

flutter run --release --flavor prod -t lib/main_prod.dart

Development build

flutter run --release --flavor dev

IOS

Production build

flutter run --release -t lib/main_prod.dart

Development build

flutter run --release

Static analysis

flutter analyze

Automated tests

flutter test

AltStyle によって変換されたページ (->オリジナル) /