Update README.md
This commit is contained in:
committed by
GitHub
parent
b50ca4b57b
commit
93071b7c73
@@ -40,7 +40,7 @@ After installing Flutter and the necessary toolchain for your device (Android or
|
||||
**Clone the repo**
|
||||
|
||||
```bash
|
||||
git clone [https://github.com/GetStream/flutter-samples](https://github.com/GetStream/flutter-samples)
|
||||
git clone https://github.com/GetStream/flutter-samples
|
||||
```
|
||||
|
||||
**Open the app folder**
|
||||
@@ -49,6 +49,12 @@ git clone [https://github.com/GetStream/flutter-samples](https://github.com/GetS
|
||||
cd flutter-samples/stream_chat_v1
|
||||
```
|
||||
|
||||
**Install package dependencies:**
|
||||
|
||||
```bash
|
||||
flutter packages get
|
||||
```
|
||||
|
||||
**Open or create an emulator**
|
||||
|
||||
```bash
|
||||
@@ -58,14 +64,8 @@ cd flutter-samples/stream_chat_v1
|
||||
# [https://developer.android.com/studio/run/managing-avds](https://developer.android.com/studio/run/managing-avds)[https://developer.android.com/studio/command-line/avdmanager](https://developer.android.com/studio/command-line/avdmanager)
|
||||
```
|
||||
|
||||
**Install package dependencies:**
|
||||
|
||||
```bash
|
||||
flutter packages get
|
||||
```
|
||||
|
||||
**Run the project on your device or emulator:**
|
||||
|
||||
```bash
|
||||
flutter run
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user