Update README.md
This commit is contained in:
@@ -40,7 +40,7 @@ After installing Flutter and the necessary toolchain for your device (Android or
|
|||||||
**Clone the repo**
|
**Clone the repo**
|
||||||
|
|
||||||
```bash
|
```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**
|
**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
|
cd flutter-samples/stream_chat_v1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Install package dependencies:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
flutter packages get
|
||||||
|
```
|
||||||
|
|
||||||
**Open or create an emulator**
|
**Open or create an emulator**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -58,12 +64,6 @@ 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)
|
# [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:**
|
**Run the project on your device or emulator:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user