From 52413a4a0e74a9516d5cf2e7b81c1303fe610389 Mon Sep 17 00:00:00 2001 From: ygit Date: Mon, 25 Apr 2022 17:03:18 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecc6b8950..20ff4e097 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,8 @@ Here you will find everything you need to build experiences with video using 100 The Example app can be found [here](https://github.com/100mslive/100ms-flutter/tree/main/example). 1. In project root, run `flutter pub get` - 2. Change directory to `example` folder, run `flutter packages pub run build_runner build --delete-conflicting-outputs` - 3. Run either `flutter build ios` OR `flutter build apk` - 4. Finally, `flutter run` + 2. Run either `flutter build ios` OR `flutter build apk` + 3. Finally, `flutter run` ## 🚂 Setup Guide From d15d30b3e7489aa2b6f060aebf6e47f0fd4b51c0 Mon Sep 17 00:00:00 2001 From: ygit Date: Mon, 25 Apr 2022 17:08:34 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ff4e097..9354f7b8c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Here you will find everything you need to build experiences with video using 100 The Example app can be found [here](https://github.com/100mslive/100ms-flutter/tree/main/example). 1. In project root, run `flutter pub get` - 2. Run either `flutter build ios` OR `flutter build apk` + 2. Change directory to `example` folder & run either `flutter build ios` OR `flutter build apk` 3. Finally, `flutter run` ## 🚂 Setup Guide