KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
flavor_tutorial
★ 23
Open GitHub ↗
Flutter Flavor Tutorial -
Download README (.md)
Explore Similar Repositories
text2sdg
:
Detect UN Sustainable Development Goals in Text
AIC2021_TPU_Template
:
Template for project1 TPU
my_CortexM3
:
No description available.
mybatis-mapper-reload-spring-boot-start
:
热更新 mybatis mapper xml spring boot start
project-management-dashboard
:
A reusable and customisable dashboard with HTML, CSS, JavaScript, and ChartJs.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
flavor_tutorial
?
Download (.md)
# Flavor Tutorial for Flutter Explained [](https://youtube.com/c/flutterexplained?sub_confirmation=1) [](https://www.twitch.tv/maxflutter) [](https://flutter-explained.dev/) In this repository we collect everything that is related to Flavors. - [Flavors in Flutter - Multiple apps from one source code - Icon Generation](https://www.youtube.com/watch?v=4Y7WaeU3P60) - [Flutter Flavors - Live Stream](https://www.youtube.com/watch?v=nW2F4ao7gEM) ## Getting Started This project is build with Flavors in order to start the different flavors. You will need to setup two starter configurations. ### Beans Factory <img width="120" alt="coffee" src="https://user-images.githubusercontent.com/8026644/114728619-897b6d00-9d3f-11eb-89d2-17c1ac433077.png"> ```shell script flutter -run --flavor coffee -t ./lib/main_coffee.dart ``` ### Munchy Crunchy <img width="120" alt="cookie" src="https://user-images.githubusercontent.com/8026644/114728345-4e793980-9d3f-11eb-91d2-864595d86194.png"> ```shell script flutter -run --flavor cookie -t ./lib/main_cookie.dart ```