FlutterOpen/flutter-layouts-exampls
flutter 예제의 레이아웃 예: Row, Column, ListView. 학습용으로만.
- Stars
- 306
- Forks
- 64
- 최근 푸시(UTC)
- 2019. 11. 4.
- 프로젝트 상태
- 활성
기술 주제
사용 중인 의존성
의존성 목록 3 개
- flutter
{"sdk":"flutter"} - cupertino_icons
^0.1.0 - flutter_test개발 의존성
{"sdk":"flutter"}
순위
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
Just for learning
:heart: Star :heart: the repo to support the project or :smile:Follow Me.Thanks!
| Facebook Page | Facebook Group | QQ Group | Developer |
|---|---|---|---|
| Flutter Open | Flutter Open | 963828159 | NieBin |
This project contains contents are following:
| Scrollview | Sliver | common layout | Other |
|---|---|---|---|
| Page view | SliverPersistentHeader | Row | InkWell |
| ListView | SliverGrid | Stack | Shadow |
| CustomScrollView | SliverFixedExtentList,SliverList | Expanded | Image.asset |
| Nested ListView | SliverFillViewport | SizedBox | Padding |
| GridView | CrossAxisAlignment | Center | Column |
ScrollView
https://github.com/nb312/flutter_layout/blob/master/screenshots/nest_screen.png https://github.com/nb312/flutter_layout/blob/master/screenshots/sliver_screen.png https://github.com/nb312/flutter_layout/blob/master/screenshots/hero_screen.png
https://github.com/nb312/flutter_layout/blob/master/screenshots/list_screen_1.png https://github.com/nb312/flutter_layout/blob/master/screenshots/list_screen_2.png https://github.com/nb312/flutter_layout/blob/master/screenshots/page_view_screen.png
Common Layout
https://github.com/nb312/flutter_layout/blob/master/screenshots/row_column.jpg https://github.com/nb312/flutter_layout/blob/master/screenshots/stack_screen_1.png https://github.com/nb312/flutter_layout/blob/master/screenshots/cross_align.jpg
https://github.com/nb312/flutter_layout/blob/master/screenshots/stack_screen_2.pnghttps://github.com/nb312/flutter_layout/blob/master/screenshots/expand_screen.png https://github.com/nb312/flutter_layout/blob/master/screenshots/padding_screen.png
GrideView
https://github.com/nb312/flutter_layout/blob/master/screenshots/move_grid_view_screen.pnghttps://github.com/nb312/flutter_layout/blob/master/screenshots/move_grid_view_detail_screen.pnghttps://github.com/nb312/flutter_layout/blob/master/screenshots/flutter_layout.gif
MyAccount
nb312
Android APK Link of this project
Thanks for this project
License
The MIT License (MIT) Copyright © 2018 NieBin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.