File tree 1 file changed +17
-10
lines changed
1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 1
- # flavour_example
1
+ [ ![ YouTube Badge] ( https://img.shields.io/static/v1?label=YouTube&message=Subscribe&color=red&style=flat-square&logo=youtube&logoColor=red )] ( https://youtube.com/c/flutterexplained?sub_confirmation=1 )
2
+ [ ![ Twitch Badge] ( https://img.shields.io/static/v1?label=Twitch&message=Follow&color=violet&style=flat-square&logo=twitch&logoColor=violet )] ( https://www.twitch.tv/maxflutter )
3
+ [ ![ Flutter Explained] ( https://img.shields.io/static/v1?label=Homepage&message=FlutterExplained&color=blue&style=flat-square )] ( https://flutter-explained.dev/ )
2
4
3
- We want to test Flavours in Flutter.
5
+ # Flavor Tutorial for Flutter Explained
6
+ In this repository we collect everything that is related to Flavors.
4
7
5
- ## Getting Started
8
+ [ Flutter Flavors - Live Stream ] ( https://www.youtube.com/watch?v=nW2F4ao7gEM )
6
9
7
- This project is a starting point for a Flutter application.
10
+ ## Getting Started
11
+ This project is build with Flavors in order to start the different flavors.
12
+ You will need to setup two starter configurations.
8
13
9
- A few resources to get you started if this is your first Flutter project:
14
+ ### Beans Factory
10
15
11
- - [ Lab: Write your first Flutter app] ( https://flutter.dev/docs/get-started/codelab )
12
- - [ Cookbook: Useful Flutter samples] ( https://flutter.dev/docs/cookbook )
16
+ ``` shell script
17
+ flutter -run --flavor coffee -t ./lib/main_coffee.dart
18
+ ```
13
19
14
- For help getting started with Flutter, view our
15
- [ online documentation] ( https://flutter.dev/docs ) , which offers tutorials,
16
- samples, guidance on mobile development, and a full API reference.
20
+ ### Munchy Crunchy
21
+ ``` shell script
22
+ flutter -run --flavor cookie -t ./lib/main_cookie.dart
23
+ ```
You can’t perform that action at this time.
0 commit comments