Skip to content

Commit 3c54638

Browse files
committed
Improved the readme file
1 parent 68deaf0 commit 3c54638

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
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/)
24

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.
47

5-
## Getting Started
8+
[Flutter Flavors - Live Stream](https://www.youtube.com/watch?v=nW2F4ao7gEM)
69

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.
813

9-
A few resources to get you started if this is your first Flutter project:
14+
### Beans Factory
1015

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+
```
1319

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+
```

0 commit comments

Comments
 (0)