Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nesger.zhan committed Mar 9, 2019
2 parents e577acd + 3c55094 commit caa1661
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
19 changes: 16 additions & 3 deletions README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@

## 用法

1. 切换到对应分支
2. 进入 flutter module 所在目录
1. 拷贝仓库代码到你本地设备

```
git clone https://github.com/nesger/FlutterSample.git
```

2. 将项目导入到 Android Studio
3. 切换到对应分支
4. 进入 flutter module 所在目录

```
cd sub/my_flutter/
```

3. 运行
5. 执行下面命令

```
flutter packages get
```

6. 运行

```
flutter run
Expand Down
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@

## Usage

1. Switch to the corresponding branch
2. Switch directory to flutter module
1. Clone respository to your local

```
git clone https://github.com/nesger/FlutterSample.git
```

2. Import project to Android Studio
3. Switch to the corresponding branch
4. Switch directory to flutter module

```
cd sub/my_flutter/
```

3. run
5. run

```
flutter packages get
```

6. run

```
flutter run
Expand Down

0 comments on commit caa1661

Please sign in to comment.