![](https://github.com/shichunlei/flutter_app/raw/master/FlutterApp.png?raw=true)
声明1:本项目仅供学习,如有侵权请联系本人进行删除。
声明2:本项目中部分功能页面是别人其他项目中的,但是本人并不是完全照抄原作者代码,再此也特别感谢原作者,部分参考别人页面的功能也已标注出原出处,如有侵犯原作者的地方请联系本人进行删除。
![](https://github.com/shichunlei/project_image/raw/master/QQ20200121110501.png?raw=true)
手机号码:18601952581(微信同号)
QQ:1558053958
邮箱:1558053958@qq.com
可承接一些中小型项目、毕业设计等
- 各种基本控件使用(Text、TextField、Icon、Image、ListView、GridView、Picker、Stepper、Dialog、Slider、Row、Appbar、SizeBox、BottomSheet、Chip、Dismissible、FlutterLogo、Check、Switch、TabBar、BottomNavigationBar、Sliver等)
- 自定义控件及使用
- 各种UI (豆瓣电影、tubi TV、追书神器、好奇心日报、每日一文、和天气、百姓生活、随机诗词、联系人、句子迷、朋友圈、有道精品课、高德地图应用demo等)
[✓] Flutter (Channel stable, 2.10.5, on macOS 12.3 21E230 darwin-x64, locale zh-Hans-CN)
• Flutter version 2.10.5 at /Users/dev2/workspace/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 5464c5bac7 (9 weeks ago), 2022-04-18 09:55:37 -0700
• Engine revision 57d3bac3dd
• Dart version 2.16.2
• DevTools version 2.9.2
• Pub download mirror https://pub.flutter-io.cn
• Flutter download mirror https://storage.flutter-io.cn
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
• Android SDK at /Users/dev2/Library/Android/sdk
• Platform android-33, build-tools 33.0.0
• ANDROID_HOME = /Users/dev2/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 13.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• CocoaPods version 1.11.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2021.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
[✓] Connected device (2 available)
• Chrome (web) • chrome • web-javascript • Google Chrome 102.0.5005.115
-
高德地图定位失败可能是key导致的,使用者可以自己到高德地图开发者平台申请一个key再次试一试。
-
Multi Image Picker 插件 ios 配置见Multi Image Picker 使用
-
项目中某些接口为http url,Android 9.0/P和iOS禁止从非https网址加载,故需更改 App 的网络安全配置以允许此类连接
Android
在 res 下新增一个 xml 目录,创建network_security_config.xml文件
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true" />
</network-security-config>
在AndroidManifest.xml文件下的application标签增加以下属性
<application
android:networkSecurityConfig="@xml/network_security_config"
/>
iOS
在Info.plist下编辑
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/1181574224573_.pic.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/1231574224580_.pic.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/1241574224582_.pic.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/1291574224590_.pic.jpg?raw=true) |
赛程 |
排名 |
球员数据排名 |
球队数据排名 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/1441574933325_.pic.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/1221574224579_.pic.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/1191574224574_.pic.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/1281574224588_.pic.jpg?raw=true) |
球队数据 |
球队阵容 |
球队赛程 |
球队简介 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/1421574933322_.pic.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/1431574933324_.pic.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/1211574224577_.pic.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/1271574224587_.pic.jpg?raw=true) |
球员数据 |
球员生涯数据 |
球员比赛数据 |
球员简介 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/1261574224586_.pic.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/1251574224584_.pic.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/1201574224576_.pic.jpg?raw=true) |
![4]() |
球员新闻 |
球队新闻 |
同位置球员 |
XXX |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/1351574327761_.pic.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/1341574327759_.pic.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/1331574327758_.pic.jpg?raw=true) |
![4]() |
比赛详情-比分 |
比赛详情-球队数据统计 |
比赛详情-球员数据统计 |
XXX |
![1](https://camo.githubusercontent.com/c5e614a8512715505ce7b93a331b63fd5501f7336af6013f00c2ea5e91c28065/68747470733a2f2f75706c6f61642d696d616765732e6a69616e7368752e696f2f75706c6f61645f696d616765732f323737343830352d39623663386365316261333939363635) |
![2](https://camo.githubusercontent.com/296b403e7865cfd317df8539a09a92e12c17986f441bdbc08c088e6b53acbc94/68747470733a2f2f75706c6f61642d696d616765732e6a69616e7368752e696f2f75706c6f61645f696d616765732f323737343830352d64353737313532633830383036643530) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/1031566790595_.pic.jpg?raw=true) |
![4](https://raw.githubusercontent.com/Tecode/flutter_widget/master/picture/login_video_demo.gif) |
登录 |
注册 |
找回密码 |
视频背景登录 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-06-15-08-33-15-313.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-06-15-08-33-27-977.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-06-15-08-33-40-821.png?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-06-15-08-33-35-147.png?raw=true) |
密码登录 |
快速登录 |
注册 |
找回密码 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/911565856636_.pic.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/921565856637_.pic.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-09-23-14-13-43-501.png?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-09-23-14-13-37-978.png?raw=true) |
登录 |
注册 |
登录 |
注册 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-09-23-14-21-40-361.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-09-23-14-21-52-446.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-09-23-14-21-45-940.png?raw=true) |
![4](https://github.com/pedromassango/my_flutter_challenges/raw/master/screenshots/slidl.gif?raw=true) |
--- |
注册 |
登录 |
登录/注册 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-23-44-265.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-14-20-422.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-14-30-696.png?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-23-39-352.png?raw=true) |
登录 |
选择性别 |
选择兴趣爱好 |
我的 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-02-20-410.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-02-41-880.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-11-35-08-371.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/?raw=true) |
书架(空) |
书架 |
书城 |
分类 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-11-35-39-277.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-11-36-04-409.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-11-44-50-515.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-01-53-767.jpg?raw=true) |
排行 |
书单 |
书单详情 |
漫画 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-11-45-32-615.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-00-42-510.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-01-09-236.png?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-01-30-229.png?raw=true) |
书籍详情1 |
书籍详情2 |
目录1 |
目录2 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-01-17-515.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-01-22-846.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-03-15-178.png?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-08-30-12-02-57-508.jpg?raw=true) |
阅读 |
阅读设置 |
搜索 |
搜索结果 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-31-09-16-35-569.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-31-09-16-49-010.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-31-09-16-58-888.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-13-51-495.jpg?raw=true) |
豆瓣电影首页(banner、热映) |
豆瓣电影首页(即将上映、榜单) |
豆瓣电影首页(分类浏览) |
电影(正在热播) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-10-17-17-22-35-128.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-10-17-17-22-27-284.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-10-17-17-22-07-528.png?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-10-17-17-22-20-433.jpg?raw=true) |
筛选(宫格) |
筛选(列表) |
筛选(地区) |
筛选(条件) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-10-18-16-49-23-728.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-10-18-16-48-41-191.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-10-18-16-48-55-570.png?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-10-18-16-49-08-187.png?raw=true) |
年度榜单 |
年度榜单 |
年度榜单 |
年度榜单 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-14-45-013.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-05-16-52-35-366.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-31-09-25-22-636.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-14-03-080.jpg?raw=true) |
电影详情1 |
电影详情2 |
电影详情3 |
电影(TOP250) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-31-09-28-47-225.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-31-09-30-31-617.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-05-16-52-22-895.png?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-05-16-52-48-129.jpg?raw=true) |
电影花絮 |
电影花絮(全屏) |
电影剧照 |
电影(排行榜) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-11-34-612.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-09-17-47-40-026.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-09-17-47-47-861.png?raw=true) |
实况天气/空气质量指数 |
逐小时、7天天气预报 |
生活指数 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-10-14-11-24-061.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-11-23-860.png?raw=true) |
![3](https://github.com/shichunlei/flutter_jd_address_selector/raw/master/images/Screenshot_2019-06-15-15-26-30-164.png?raw=true) |
日出日落 |
城市列表 |
仿京东地址选择器 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-19-20-22-33-602.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-19-20-22-46-698.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-19-20-22-54-706.jpg?raw=true) |
首页 |
首页 |
首页 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-23-19-16-25-496.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-26-15-38-33-468.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-23-17-35-34-333.jpg?raw=true) |
分类 |
购物车 |
会员中心 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-27-13-34-29-867.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-27-13-34-49-927.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-27-13-35-02-190.jpg?raw=true) |
商品简介 |
详情 |
评论 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-06-16-14-37-38-179.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-06-16-14-38-45-247.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-06-16-14-37-56-225.png?raw=true) |
收货地址 |
地址 |
新增地址 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-11-44-611.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-09-06-16-26-58-467.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-09-06-16-26-48-807.png?raw=true) |
Music Player |
Audio Player |
Flutter Sound |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-19-07-643.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-19-15-587.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-21-14-965.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-21-26-333.jpg?raw=true) |
启动页 |
首页1 |
首页2 |
首页3 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-21-34-258.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-21-52-988.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-22-02-810.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-06-02-15-23-22-164.jpg?raw=true) |
Labs |
我说/焦点小组 |
投票 |
你猜/你谁啊 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-22-21-692.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-22-27-412.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-22-44-753.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-51-53-283.jpg?raw=true) |
菜单1 |
菜单2 |
栏目列表 |
栏目详情 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-22-34-621.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-31-16-59-16-833.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-31-17-32-53-185.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-05-30-09-22-12-550.jpg?raw=true) |
分类列表(设计) |
新闻详情1 |
新闻详情2 |
评论 |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/961566204857_.pic.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/971566204858_.pic.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/981566204860_.pic.jpg?raw=true) |
![4](https://github.com/shichunlei/project_image/raw/master/screenshots/991566204861_.pic.jpg?raw=true) |
首页(广告) |
首页(分类) |
分类 |
详情(WebView) |
基本控件(Widget)及一些自定义控件(Widget)
![0](https://github.com/shichunlei/project_image/raw/master/screenshots/1021566790377_.pic.jpg?raw=true) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-02-13-18-13-58-429.jpg?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-11-11-913.jpg?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-05-17-05-27-313.jpg?raw=true) |
启动页 |
首页 |
侧边栏 |
版本信息 |
![0](https://github.com/csells/flutter_toggle_buttons/raw/master/readme/demo.gif?raw=true) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-12-01-953.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-05-16-52-55-186.png?raw=true) |
![3](https://github.com/TheProtoss/wave/raw/master/example/assets/demo.gif?raw=true) |
toggle_buttons |
二维码(生成/扫描) |
设备信息 |
Wave |
![0](https://raw.githubusercontent.com/letsar/flutter_staggered_grid_view/master/doc/images/dynamic_tile_sizes.gif) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-02-28-09-39-48-539.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-02-28-09-40-04-052.png?raw=true) |
![3](https://github.com/divyanshub024/Flutter-page-route-transition/raw/master/art/route_transition.gif?raw=true) |
瀑布流 |
评分控件 |
多边形控件 |
路由过度动画 |
![0](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-12-28-563.png?raw=true) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-01-30-15-12-47-846.png?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-02-13-11-31-58-569.png?raw=true) |
![3](https://github.com/GanZhiXiong/gzx_dropdown_menu/raw/master/preview_images/%E7%BE%8E%E5%9B%A2.gif?raw=true) |
LikeButton |
Chip |
侧滑删除 |
DropDownMenu |
![0](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-31-09-37-42-680.png?raw=true) |
![1](https://github.com/nisrulz/flutter-examples/raw/master/using_stepper/demo_img.gif?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-03-31-09-37-13-394.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/1041566790911_.pic_hd.jpg?raw=true) |
Icon |
Stepper |
AppBar |
RangeSlider |
![0](https://camo.githubusercontent.com/44b89c5ddc5ad44a7d5ae907e480badb903424e0c287ca13d6a2e4c49921ad5c/68747470733a2f2f696d672d626c6f672e6373646e2e6e65742f32303138303530373232353132393238313f77617465726d61726b2f322f746578742f6148523063484d364c7939696247396e4c6d4e7a5a473475626d56304c3355774d5451794d4455794e44633d2f666f6e742f3561364c354c32542f666f6e7473697a652f3430302f66696c6c2f49304a42516b46434d413d3d2f646973736f6c76652f3730) |
![1](https://github.com//Ashekboy/FlutterExampleApps/raw/master/image/bs.gif?raw=true) |
![2](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-04-27-08-08-59-855.png?raw=true) |
![3](https://github.com/shichunlei/project_image/raw/master/screenshots/1051566790912_.pic.jpg?raw=true) |
AspectRatio |
BottomSheet |
TextField |
Check Switch Radio |
![0](https://github.com/pedromassango/my_flutter_challenges/raw/master/screenshots/titled_bottom_bar.gif?raw=true) |
![1](https://github.com/shichunlei/project_image/raw/master/screenshots/Screenshot_2019-09-11-18-32-17-902.png?raw=true) |
![2](https://camo.githubusercontent.com/69d41f66d8c864088ddc209d7b82e11ab90f63cb42d7c7f229909e8d6eb30d69/68747470733a2f2f75706c6f61642d696d616765732e6a69616e7368752e696f2f75706c6f61645f696d616765732f323735313432352d393763363630333530623831373031622e676966) |
![3](https://camo.githubusercontent.com/b79ad4c61b9964a67cd6da9d46b38a8fda1df64c/68747470733a2f2f7468756d62732e6766796361742e636f6d2f426c696e64436f6f6b65644963746572696e65776172626c65722d73697a655f726573747269637465642e676966) |
Titled Bottom Navigation Bar |
Slider |
InheritedWidget |
backdrop |
![0](https://github.com/rafalbednarczuk/curved_navigation_bar/raw/master/example.gif?raw=true) |
![1](https://github.com/tunitowen/fancy_bottom_navigation/raw/master/fancy_gif.gif?raw=true) |
![2](https://camo.githubusercontent.com/6bdfb12848c7fcac62da5fa8c65c8c24f536d824/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f744b394c6866484a357154373164376c59612f67697068792e676966) |
CurvedNavigationBar |
FancyBottomNavigation |
BubbleBottomBar |
![1](https://raw.githubusercontent.com/furkantektas/timeline_list/master/doc/timeline_list.png) |
TimeLine |
如果您喜欢FlutterApp,或感觉FlutterApp帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢🙂
您也可以扫描下面的二维码,请作者喝杯咖啡☕️
![Stargazers over time](https://camo.githubusercontent.com/a122ff6b819f322d01def6b5b6b7f830db892043e95e96737971cfceeaa357ea/68747470733a2f2f7374617263686172742e63632f7368696368756e6c65692f666c75747465725f6170702e737667)
Apache 2.0