Skip to content

sandamil/basecode-getx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basecode_getx

Base project with GetX State Management.

How To Run

Flavor is currently only work with Android build. For iOS, there is no need to call --flavor as argument in every command or you can run with copy launch.json on this link : https://drive.google.com/file/d/1kPYEU2AVAxhQ7hIKPUP_jYfyuXAhThE5/view?usp=share_link

  • development:

    flutter run --flavor development -t lib/main_development.dart
    
  • staging:

    flutter run --flavor staging -t lib/main_staging.dart
    
  • production:

    flutter run --flavor production -t lib/main_production.dart
    

How To Build APK

  • development:

    flutter build apk --split-per-abi --flavor development -t lib/main_development.dart --release
    
  • staging:

    flutter build apk --split-per-abi --flavor staging -t lib/main_staging.dart --release
    
  • production:

    flutter build apk --split-per-abi --flavor production -t lib/main_production.dart --release
    

About

Basecode Getx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 72.8%
  • C++ 12.2%
  • CMake 10.5%
  • Ruby 1.7%
  • HTML 1.1%
  • C 0.8%
  • Other 0.9%