-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AndroidTraveler
authored
Mar 9, 2019
1 parent
310a967
commit 849f7ea
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |