asifmahmud1971 / recepty_user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

receptyUser

Flutter Starter” --org com.alcubix.receptyUser”


Getting Started 🚀

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main_development.dart
$ flutter build apk --flavor development --target lib/main_development.dart
$ flutter build appbundle --flavor development --target lib/main_development.dart


# Staging
$ flutter run --flavor staging --target lib/main_staging.dart
$ flutter build apk --flavor staging --target lib/main_staging.dart
$ flutter build appbundle --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart
$ flutter build apk --flavor production --target lib/main_production.dart
$ flutter build appbundle --flavor production --target lib/main_production.dart

*Flutter Starter works on iOS, Android, Web, and Windows.

About

License:MIT License


Languages

Language:Dart 92.3%Language:C++ 4.1%Language:CMake 2.0%Language:HTML 1.0%Language:Ruby 0.3%Language:C 0.2%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%