Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byteszero/flutter_widgets
🔥 Flutter Widgets 掘金对应专栏,欢迎关注
https://github.com/byteszero/flutter_widgets
flutter widgets
Last synced: 4 days ago
JSON representation
🔥 Flutter Widgets 掘金对应专栏,欢迎关注
- Host: GitHub
- URL: https://github.com/byteszero/flutter_widgets
- Owner: BytesZero
- Created: 2021-06-01T04:24:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T15:04:06.000Z (over 3 years ago)
- Last Synced: 2023-11-05T13:22:14.663Z (about 1 year ago)
- Topics: flutter, widgets
- Language: Dart
- Homepage: https://juejin.cn/column/6968894876251324447
- Size: 8.82 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Widgets 示例集合
本项目基于 `Flutter 2.2.1` 版本,是系列 Flutter Widget 示例源码,有对应的文章详细讲解,持续更新敬请关注。
[在线预览](https://yy1300326388.github.io/flutter_widgets/#/)
## 全景脑图
> 持续更新中
![](Flutter%20Widgets.png)
## 掘金专栏
- [欢迎关注](https://juejin.cn/column/6968894876251324447)## 已完成文章
- [x] [AnimatedContainer](https://juejin.cn/post/6969359031903191077)
- [x] [ClipRRect、ClipRect、ClipOval、ClipPath、CustomClipper](https://juejin.cn/post/6969724856514379790)
- [x] [AnimatedPadding、AnimatedAlign、AnimatedPositioned、AnimatedOpacity](https://juejin.cn/post/6970295764983480333)
- [x] [AnimatedCrossFade、AnimatedSize、AnimatedSwitcher](https://juejin.cn/post/6970544147031654431)
- [x] [Flutter 中 ListView 的 4 种构建方式详解](https://juejin.cn/post/6971076180317470728)
- [x] [Flutter 中 GridView 的 522 构建方式详解](https://juejin.cn/post/6971448242349277198)
- [x] [Flutter 中 Wrap 的使用详解(含对比图)](https://juejin.cn/post/6971813403388018702)
- [x] [Flutter 中 Column、Row、Flex 的使用详解(含对比图)](https://juejin.cn/post/6972187100980445192)