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.