Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flutteropen/flutter-layouts-exampls
Layout of the flutter example.such as Row,Comlun,listview,Just for learning.
https://github.com/flutteropen/flutter-layouts-exampls
app error example flutter gridview header image layout listview padding pageview problem sample sliver stack
Last synced: 7 days ago
JSON representation
Layout of the flutter example.such as Row,Comlun,listview,Just for learning.
- Host: GitHub
- URL: https://github.com/flutteropen/flutter-layouts-exampls
- Owner: FlutterOpen
- License: mit
- Created: 2018-12-01T15:43:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T07:08:04.000Z (about 5 years ago)
- Last Synced: 2025-01-08T13:21:05.566Z (14 days ago)
- Topics: app, error, example, flutter, gridview, header, image, layout, listview, padding, pageview, problem, sample, sliver, stack
- Language: Dart
- Homepage:
- Size: 24.4 MB
- Stars: 313
- Watchers: 17
- Forks: 65
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Just for learning
### :heart: Star :heart: the repo to support the project or :smile:[Follow Me](https://github.com/nb312).Thanks!
Facebook Page | Facebook Group | QQ Group | Developer |
--- | --- | --- | ---
[Flutter Open ](https://www.facebook.com/flutteropen) | [Flutter Open](https://www.facebook.com/groups/948618338674126/) | 963828159 |[NieBin](https://github.com/nb312)
### 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
## Common Layout
# GrideView
## MyAccount
[nb312](https://github.com/nb312)
[Android APK Link of this project](./doc/flutter_layout.apk)
[Thanks for this project](https://github.com/bizz84/layout-demo-flutter)# License
The MIT License (MIT)
Copyright © 2018 NieBinPermission 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.