Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidTraveler authored Mar 9, 2019
1 parent 310a967 commit 849f7ea
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# FlutterSample


## Usage

1. Switch to the corresponding branch
2. Switch directory to flutter module

```
cd sub/my_flutter/
```

3. run

```
flutter run
```

## Branch

**feature/ui-refresh-one:**
Direct layout

![](./ext_res/ui-refresh-one.png)

**feature/ui-refresh-two:**
Two widget combinations:Expanded Widget + Column Widget

![](./ext_res/ui-refresh-two.png)

**feature/ui-refresh-three:**
Column Widget + mainAxisAlignment attr

![](./ext_res/ui-refresh-three.png)

0 comments on commit 849f7ea

Please sign in to comment.