8000 GitHub - sundyzhou/planner: A Smart Study Planner | https://cheon.app | https://www.instagram.com/cheonapp/ | https://discord.cheon.app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sundyzhou/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

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.3%
  • Other 1.7%
0