# awesome-flutter-cn
**Repository Path**: mystyle.com/awesome-flutter-cn
## Basic Information
- **Project Name**: awesome-flutter-cn
- **Description**: 一个很棒的Flutter学习资源,官方教程,插件,工具,文章,App,视频教程等的资源列表
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 3
- **Forks**: 0
- **Created**: 2022-02-01
- **Last Updated**: 2025-07-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[
](https://flutter.dev/)
## 目录
- [文章](#文章)
- [视频](#视频)
- [组件](#组件)
- [导航](#导航)
- [模板](#模板)
- [插件](#插件)
- [框架](#框架)
- [实验性](#实验性)
- [游戏](#游戏)
- [开源App](#开源app)
- [实用工具](#实用工具)
- [社区](#社区)
- [书籍](#书籍)
- [福利](#福利)
## 文章
### 介绍
- [Google IO 2018](https://medium.com/flutter-io/building-beautiful-flexible-user-interfaces-with-flutter-material-theming-and-official-material-13ae9279ef19) [1.1K👏] - 构建美观,灵活的用户界面。
- [Presentation](https://speakerdeck.com/hjjunior/why-i-chose-flutter) - 为什么我会选择Flutter 由[Helio S. Junior](https://github.com/hjJunior)提供。
- [Flutter Web](https://medium.com/flutter-community/ins-and-outs-of-flutter-web-7a82721dc19a) - Flutter Web的来龙去脉 by [Nash](https://nash0x7e2.github.io/)提供.
### 网站/博客
* [Flutter技术专栏](http://www.devio.org/tags/#Flutter)
- [Welcome to Flutter](https://didierboelens.com) - 英文和法文博客,致力于为Ditter Boelens提出的有关Flutter的最常见问题提供实用的解决方案。
- [SZAŁKO-BLOG](https://marcinszalek.pl/) - 渐进式高级设计,由[Marcin Szalek](https://marcinszalek.pl/)提供。
- [Flutter by Example](https://flutterbyexample.com/) - 基于Redux,Firebase,自定义动画和UI的教程。
- [Flutter Institute](https://flutter.institute/) - 非常原创的内容和教程,由 [Brian Armstrong](https://twitter.com/flutterinst)提供。
- [Iirokrankka.com](https://iirokrankka.com/) - 关于Flutter,Dart和任何相关的文章和教程,由[Iiro Krankka](https://twitter.com/koorankka)提供。
- [Norbert](https://medium.com/@norbertkozsir) - 深度文章、特色与应用创建,由 [Norbert515](https://github.com/Norbert515)提供。
- [Flutter Tips](https://medium.com/@diegoveloper) - 开发中的文章,提示和技巧 由[Diego Velásquez](https://twitter.com/diegoveloper)提供。
- [FilledStacks](https://www.filledstacks.com/) - 开发教程和指南 by [Dane Mackier](https://www.instagram.com/filledstacks/)提供。
### 教程
* [Flutter高级进阶实战 仿哔哩哔哩APP](https://coding.imooc.com/class/487.html) - 一次性深度掌握Flutter高阶技能+商业级复杂项目架构设计与开发方案
* [Flutter从入门到进阶](https://coding.imooc.com/class/321.html) - 解锁Flutter开发新姿势,一网打尽Flutter核心技术。
* [Flutter2重磅发布支持Web和桌面应用](https://www.imooc.com/article/315453) - Flutter正式迎来了它的的第二个大版本,增加了对桌面和Web 应用程序的支持。
* [革命性移动端开发框架-Flutter时间简史](http://www.imooc.com/article/281683) - 一文读懂Flutter前世今生。
- [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - 通过Google Code Labs构建漂亮的用户界面。
- [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Google Code Labs整合Firebase。
- [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) - 详细的planets设计教程。
- [Todo List](https://github.com/lesnitsky/todolist_flutter) [196⭐] – 一步步带你如何使用Flutter构建待办事项列表,由[Andrei Lesnitsky](https://twitter.com/lesnitsky_a)提供。
### 初学者
- [Android developers to get started Flutter Guide](https://www.imooc.com/article/315337) - 给Android开发者Flutter上手指南。
- [How can beginners learn Flutter development efficiently?](https://www.imooc.com/article/312207) - 初学者快速高效上手Flutter的指南。
- [Roadmap to Flutter Development](https://github.com/olexale/flutter_roadmap) [956⭐] - 面向Flutter新手的视觉路线图,包括原理,模式和框架,由[Olexandr Leuschenko](https://github.com/olexale)提供。
- [Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e) - 布局小部件的广泛示例,由[Tomek Polański](https://github.com/tomaszpolanski).
### 高级
- [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) [588👍] - 引擎架构。
- [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [1.4K👏] - 什么是小部件,RenderObjects和Elements?由[Norbert515](https://github.com/Norbert515)提供。
- [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - 技能人员演示文稿,由 [Brian Egan](https://github.com/brianegan)提供。
- [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) [370👏] - 深入了解Flutter手势,由 [Nash](https://nash0x7e2.github.io/)提供。
- [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context 以及 InheritedWidget的说明,由[Didier Boelens](https://didierboelens.com)提供。
- [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) [349👏] - Flutter的渲染引擎:教程由 [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/)提供。
- [Inherited Widget](https://medium.com/@chemamolins/is-flutters-inheritedwidget-a-good-fit-to-hold-app-state-2ec5b33d023e) - Flutter的InheritedWidget用于保存应用状态,由 [Chema Molins](https://github.com/jmolins)提供。
- [From Mobile to Desktop](https://medium.com/flutter-community/flutter-from-mobile-to-desktop-93635e8de64e) - 构建智能手机和台式机的应用程序,由 [Marcelo Henrique Neppel](https://neppel.com.br)提供。
- [Accessibility widgets](https://medium.com/flutter-community/a-deep-dive-into-flutters-accessibility-widgets-eb0ef9455bc) - 关于辅助功能所有方面的深入信息,由[Muhammed Salih Güler](https://twitter.com/salihgueler)。
- [Profiling w/ Timeline](https://medium.com/flutter-io/profiling-flutter-applications-using-the-timeline-a1a434964af3) - 使用Timeline可让您查找并解决应用程序中的特定性能问题,由[Chinmay Garde](https://medium.com/@chinmaygarde)。
### HOWTO文档
- [Parallax Effect](https://marcinszalek.pl/flutter/tickets-challenge-parallax) - 视差和非线性动画,由[Marcin Szalek](https://marcinszalek.pl)提供。
- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - 定义构建配置并切换它们,由[Salvatore Giordano](https://medium.com/@salvatoregiordanoo)提供。
- [Build Flavor](https://medium.com/@angeloavv/easily-build-flavors-in-flutter-android-and-ios-with-flutter-flavorizr-d48cbf956e4) - 在Flutter中使用flutter_flavorizr来轻松构建flavors,由[Angelo Cassano](https://medium.com/@angeloavv)。
## 视频
* [Flutter从入门到进阶实战携程网App](https://coding.imooc.com/class/321.html) - 一门涵盖入门 -> 进阶 -> 实战 -> 拔高拓展的视频教程。
- [Boring Show](https://www.youtube.com/watch?v=CPmN4-i9zC8&list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK) - 与Flutter团队一起探索。
- [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [86🎬] - 非常丰富的Dart Flutter 教程,由[Tensor Programming](http://tensor-programming.com/)提供。
- [Flutter入门](https://www.imooc.com/learn/1170) - 3小时完成微信读书发现界面。
- [Mtechviral](https://www.youtube.com/watch?v=qWL1lGchpRA&list=PLR2qQy0Zxs_UdqAcaipPR3CG1Ly57UlhV) [214🎬] - Mtechviral的Flutter系列教程由 [Pawan Kumar](https://github.com/iampawan)提供。
## 组件
### 演示
- [Official Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Flutter Team提供的材料设计小部件演示。
- [Flutter Examples](https://github.com/nisrulz/flutter-examples) [5018 ⭐] - 简单独立的App示例,由[Nishant Srivastava](https://github.com/nisrulz)提供。
- [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) [1242⭐] - 一个展示Flutter组件的应用,并提供源代码视图,由[X-Wei](https://github.com/X-Wei)。
### UI
- [Contact Picker](https://github.com/goderbauer/contact_picker) [69⭐] - 选择联系人插件,由[Michael Goderbauer](https://github.com/goderbauer)提供。
- [StaggeredGridView](https://github.com/letsar/flutter_staggered_grid_view) [1694⭐] - 一个用于Flutter上的交错网格视图组件,支持多列不同大小的行,由 [Romain Rastel](https://github.com/letsar)提供。
- [Radial Menu](https://github.com/xqwzts/flutter_radial_menu) [330⭐] - Flutter的径向菜单小部件,由 [Victor Choueiri](https://github.com/xqwzts)提供。
- [Tinder Cards](https://github.com/Ivaskuu/tinder_cards) [510 ⭐] - 类似Tinder喜欢刷卡效果的组件 [Ivascu Adrian](https://github.com/Ivaskuu)。
- [Flip Panel](https://github.com/hnvn/flutter_flip_panel) [342⭐] - 带内置动画的翻转面板,由 [HungHD](https://github.com/hnvn)提供。
- [Facebook Reactions](https://github.com/duytq94/facebook-reaction-animation) [195⭐] - FacebookReactions小工具,由 [Duy Tran](https://github.com/duytq94)提供。
- [Flushbar](https://github.com/AndreHaueisen/flushbar) [696⭐] - 高度可配置的Snackbar,由[Andre Haueisen](https://github.com/AndreHaueisen)提供。
- [Stepper Touch](https://github.com/Rahiche/stepper_touch) [174⭐] - 横向值步进器动画,由 [Raouf Rahiche](https://github.com/Rahiche)提供。
- [Typeahead](https://github.com/AbdulRahmanAlHamali/flutter_typeahead) [411⭐] - 在用户输入时向用户显示叠加建议,由 [Abdul Rahman Al Hamali](https://github.com/AbdulRahmanAlHamali)提供。
- [Snaplist](https://github.com/ariedov/flutter_snaplist) [287⭐] - 创建snappable列表视图,由 [David Leibovych](https://github.com/ariedov)提供。
- [Pin Code](https://github.com/LiewJunTung/pin_code_text_field) [145⭐] - 动画和可自定义的登录和OTP密码,由[Liew Jun Tung](https://github.com/liewjuntung)提供。
- [Folding Cell](https://github.com/faob-dev/folding_cell) [275⭐] - 折叠小部件,由[Faob](https://github.com/faob-dev)提供。
- [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) [674⭐] - 一个漂亮并支持自定义的刷新指示器,由[Ayush Agarwal](https://github.com/aagarwal1012/)提供。
- [Slide Container](https://pub.dev/packages/slide_container) - 平稳地上下滑动,由[Quentin Le Guennec](https://github.com/quentinleguennec)。
- [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - 带有灵巧的全屏模式弹出窗口的选择小部件,由[Ivan Yatsouba](https://github.com/iyatsouba)提供。
- [Before After](https://github.com/xsahil03x/before_after) [364⭐] - 漂亮的滑块,可以更轻松地显示两个图像之间的差异,由[Sahil Kumar](https://github.com/xsahil03x)提供。
- [Scratcher](https://github.com/vintage/scratcher) [147⭐] - 刮刮卡小部件可临时向用户隐藏内容,由[Kamil Rykowski](https://github.com/vintage)提供。
- [Image Sequence Animator](https://github.com/aliyigitbireroglu/flutter-image-sequence-animator) [51⭐] - 一个简单的小部件,可使用完整的自定义控件为一组图像设置动画,以替代使用GIF文件,由[Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu)提供。
- [Beautiful_Popup](https://github.com/jaweii/Flutter_beautiful_popup) [276⭐] - 美好你的popup,由[jaweii](https://github.com/jaweii)提供。
- [Credit Card Form](https://github.com/Origogi/Flutter-Credit-Card-Input) [137⭐] - 带有动画的表单输入插件 [Origogi](https://github.com/Origogi)。
- [Animated Selection Slide](https://github.com/sbilketay/animated_selection_slide) 滑动动画选择小部件,由[Sezgin Bilgetay](https://github.com/sbilketay)提供。
- [Flutter Tags](https://github.com/Dn-a/flutter_tags) [167⭐] - 具有不同自定义的标签,由[Di Natale Antonino](https://github.com/Dn-a)提供。
- [Flutter Neumorphic](https://github.com/Idean/Flutter-Neumorphic) [707⭐] - 随时可用🕶️暗模式的Flutter使用Neumorphic套件。
- [Dough](https://github.com/HatFeather/flutter_dough) [127⭐] - 柔和的用户界面的小部件,由[Josiah Saunders](https://github.com/HatFeather)提供。
#### 粘粘头部
- [Sticky Infinite List](https://github.com/TatsuUkraine/flutter_sticky_infinite_list) [128⭐] - 带有粘性标题的高度可配置的多向无限列表,由[TatsuUkraine](https://github.com/TatsuUkraine)提供。
- [Sticky Header](https://github.com/letsar/flutter_sticky_header) [534⭐] - 带有粘性头部效果的组件,由[Romain Rastel](https://github.com/letsar)提供。
- [Sticky Headers](https://github.com/slightfoot/flutter_sticky_headers) [539⭐] - 可配置的带粘粘头部效果的组件,由 [Simon Lightfoot](http://www.devangels.london/)提供。
#### 抽提
- [Hidden Drawer Menu](https://github.com/RafaelBarbosatec/hidden_drawer_menu) [164⭐] - 漂亮的抽屉模式菜单功能带有透视动画,由[Rafael Almeida Barbosa](https://github.com/RafaelBarbosatec)提供。
- [Flutter Inner Drawer](https://github.com/Dn-a/flutter_inner_drawer) [211⭐] - 创建内部抽屉(左/右)的简单方法,您可以在其中输入列表菜单,由[Di Natale Antonino](https://github.com/Dn-a)提供。
#### 底栏
- [Fancy Bottom Navigation](https://github.com/tunitowen/fancy_bottom_navigation) [404⭐] - 动画底部导航,由[Tony Owen](https://github.com/tunitowen)提供。
- [Circular Bottom Navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) [314⭐] - 漂亮的动画底部导航栏,由[Iman Khoshabi](https://github.com/imaNNeoFighT)提供。
- [Bottom Navy Bar](https://github.com/pedromassango/bottom_navy_bar) [550⭐] - 美丽多彩的动画底部导航栏,由[Pedro Massango](https://github.com/pedromassango)提供。
- [Titled Navigation Bar](https://github.com/pedromassango/titled_navigation_bar) [184⭐] - 动画底部导航栏,可在图标和标题之间切换,由[Pedro Massango](http://github.com/pedromassango)提供。
#### 底部表单
- [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) [298⭐] - 弹性材料设计的底部表单,由[Mattia Crovero](https://github.com/mcrovero)提供。
- [Modal Bottom Sheet](https://github.com/jamesblasco/modal_bottom_sheet) [536⭐] - 带材料设计,Cupertino iOS 13或自定义外观的模态底部表单,由[Jaime Blasco](https://github.com/jamesblasco)提供。
#### 滑块
- [RangeSlider](https://github.com/boeledi/RangeSlider) [237⭐] - 滑动选择范围的Flutter组件,由[Didier Boelens](https://www.didierboelens.com)提供。
- [Fluid Slider](https://github.com/rvamsikrishna/flutter_fluid_slider) [211⭐] - 具有最小设计和流体状动画的滑块,由 [Vamsi Krishna](https://github.com/rvamsikrishna)提供。
- [Flutter Xlider](https://github.com/Ali-Azmoud/flutter_xlider) [216⭐] - 具有RTL支持的水平和垂直材料设计滑块和范围滑块,由[Ali-Azmoud](https://github.com/Ali-Azmoud)提供。
#### UI 助手
- [Reorderables](https://github.com/hanshengchiu/reorderables) [284⭐] - 拖放表格,行,列,Wrap(Grid)和SliverList元素,由[Hansheng Chiu](https://github.com/hanshengchiu)。
- [Infinite Listview](https://github.com/fluttercommunity/flutter_infinite_listview) [124⭐] - 两个方向无限滚动,由 [Simon Lightfoot](https://github.com/slightfoot)提供。
- [Offline](https://github.com/jogboms/flutter_offline) [584⭐] - 整洁的实用程序,以处理离线/在线连接,由 [Jeremiah Ogbomo](https://twitter.com/jogboms)提供。
- [Scroll To Index](https://github.com/quire-io/scroll-to-index) [189⭐] - 滚动到具有给定索引的SliverList / ListView的指定子元素,由[Jerry Chen](https://github.com/jerrywell/)提供。
- [In View Notifier List](https://github.com/rvamsikrishna/inview_notifier_list) - 当区块展示在屏幕可视区域时带有通知的ListView,由[Vamsi Krishna](https://github.com/rvamsikrishna)提供。
- [Snap](https://github.com/aliyigitbireroglu/flutter-snap) [79⭐] - 工具/小部件,用于广泛的快照管理和小部件之间的快照,由[Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu)提供。
- [Flick](https://github.com/aliyigitbireroglu/flutter-flick) [21⭐] - 工具/小部件,用于广泛的轻弹管理。 使用snap lib完美运行或独立运行,由[Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu)提供。
- [ShowCaseView](https://github.com/simformsolutions/flutter_showcaseview) [405⭐] - 在iOS和Android上展示您的应用功能的方法,由[Simform](https://github.com/simformsolutions)提供。
- [Drag Select GridView](https://github.com/hugocbpassos/drag_select_grid_view) [72⭐] - 支持拖动和点击以选择其项目的GridView,由[Hugo Passos](https://github.com/hugocbpassos)提供。
#### 材料设计
- [Material Color Picker](https://github.com/long1eu/material_color_picker) [101⭐] - 基于Google Docs的颜色选择器 由[Lung Razvan](https://github.com/long1eu)提供。
- [Unicorn Speed Dial](https://github.com/tiagojencmartins/unicornspeeddial) [229⭐] - 带有快速拨号Flutter浮动动作按钮 ,由 [Tiago Martins](https://github.com/tiagojencmartins)提供。
- [Slidable](https://github.com/letsar/flutter_slidable) [1473⭐] - 带有左右滑动操作的可滑动列表项组件,由 [Romain Rastel](https://github.com/letsar)提供。
#### Cupertino 设计
- [Peek & Pop](https://github.com/aliyigitbireroglu/flutter-peek-and-pop) [138⭐] - 基于iOS功能的Peek&Pop实现,由[Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu)提供。
#### 效果
- [Frosted Glass](http://stackoverflow.com/questions/43550853/how-do-i-do-the-frosted-glass-effect-in-flutter) - 如何在Flutter中进行“磨砂玻璃”效果?,由 [Collin Jackson](http://www.collinjackson.com)提供。
- [Parallax](https://github.com/FlutterRocks/page-transformer) [602⭐] - 具有ViewPager转场效果的Flutter组件,由 [Iiro Krankka](https://github.com/roughike)提供。
- [Shimmer](https://github.com/hnvn/flutter_shimmer) [1032⭐] - 内容加载时带有微光效果的组件,由 [HungHD](https://github.com/hnvn)提供。
- [Wave](https://github.com/i-protoss/wave) [436⭐] - 以自定义颜色,持续时间,浮动和模糊效果显示一些波形,由[RockerFlower](https://github.com/RockerFlower)提供。
- [Liquid Swipe](https://github.com/iamSahdeep/liquid_swipe_flutter) - 液体轻扫至堆积的容器,由[Sahdeep Singh](https://github.com/iamSahdeep)提供。
- [PhotoFilters](https://github.com/skkallayath/photofilters) [185⭐] - 将滤镜应用于图像,由[Sharafudheen KK](https://github.com/skkallayath)提供。
- [Shine](https://github.com/JonathanMonga/flutter_shine.dart) [124⭐] - 动态光位置的漂亮阴影,由[Jonathan Monga](https://github.com/JonathanMonga/)提供。
- [Clay Containers](https://github.com/mcaubrey/clay_containers) [217⭐] - 中性小部件原语用作您自己设计的基础,由[MichaelCharl.es](https://michaelcharl.es/aubrey)提供。
#### 日历
- [Calendar Widget](https://github.com/pinkfish/flutter_calendar) [124⭐] - 日历组件,由 [David Bennett](https://github.com/pinkfish)提供。
- [Calendar Carousel Widget](https://github.com/dooboolab/flutter_calendar_carousel) - 日历轮播,由 [dooboolab](https://github.com/dooboolab/flutter_calendar_carousel)提供。
- [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) [733⭐] - 日历整齐地组织成表格,并具有垂直自动调整大小,由[Aleksander Woźniak](https://github.com/aleksanderwozniak)。
- [SomeCalendar](https://github.com/agryva/Some-Calendar) [41⭐] - 多选和范围可配置的日历,由[agryva](https://github.com/agryva)。
#### 登录
- [Login Animation](https://github.com/GeekyAnts/flutter-login-home-animation) [874 ⭐] - 提供从登录到首页的流畅动画组件,由[Ruchika Gupta](https://github.com/geekruchika)提供。
- [Flutter Login](https://github.com/NearHuscarl/flutter_login) - 从头到尾具有动画效果的登录小部件,由[NearHuscarl](https://github.com/NearHuscarl)。
### 图片
- [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - 图片选择组件,由[Collin Jackson](http://www.collinjackson.com)提供。
- [Carousel Slider](https://github.com/serenader2014/flutter_carousel_slider) [878⭐] - 轮播滑块小部件,支持无限滚动和自定义子小部件,由 [serenader](https://github.com/serenader2014)提供。
- [Parallax Image](https://github.com/pulyaevskiy/parallax-image) [212⭐] - 带有滑动视差效果的Image 组件,由 [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy)提供。
- [Photo View](https://github.com/renancaraujo/photo_view) [1135⭐] - 简单的可缩放的Image组件,由[Renan C. Araújo](https://github.com/renancaraujo)提供。
- [SVG](https://github.com/dnfield/flutter_svg) [938⭐] - 支持SVG 解析和渲染的库,由 [Dan Field](https://github.com/dnfield)提供。
- [Image Cropper](https://github.com/hnvn/flutter_image_cropper) [657⭐] - 图片裁切库,支持旋转,缩放,以及按照比例裁切,由 [HungHD](https://github.com/hnvn)提供。
- [Cached Network Image](https://github.com/renefloor/flutter_cached_network_image) [1437⭐] - 显示来自网络的图像并将其保存在缓存中。
- [Multi Image Picker](https://github.com/Sh1d0w/multi_image_picker) [804⭐] - 显示多图像选择器,由 [Radoslav Vitanov](https://github.com/Sh1d0w)提供。
- [Lottie](https://github.com/CameronStuartSmith/flutter_lottie) [150⭐] - 可应用于Flutter的Lottie [After Effects Animation library](https://airbnb.design/lottie/),由[Cameron Smith](https://github.com/CameronStuartSmith)。
- [Bitmap](https://github.com/renancaraujo/bitmap) [92⭐] - 在Dart FFI的帮助下执行位图操作(例如对比度和曝光),由[Renan C. Araújo](https://github.com/renancaraujo)。
- [Crop](https://github.com/xclud/flutter_crop) [72⭐] - 在Android,iOS,Web和桌面上裁剪任何小部件/图像,由[Mahdi K. Fard](https://github.com/xclud/)。
### 地图
- [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) [404⭐] - Google地图插件,由 [AppTree Software](https://www.linkedin.com/company/apptree-software/)提供。
- [GeoCoder](https://github.com/aloisdeniel/flutter_geocoder) [122⭐] - 提供正向和反向地理编码库,由 [Aloïs Deniel](https://aloisdeniel.github.com)提供。
- [Map](https://github.com/apptreesoftware/flutter_map) [416⭐] - 基于[Leaflet](http://leafletjs.com/)的,可定制的地图解决方案,由 [AppTree Software](https://github.com/apptreesoftware)提供。
- [Mapbox GL](https://github.com/mapbox/flutter-mapbox-gl) [239⭐] - 交互式,可定制的矢量地图。
- [AMap](https://github.com/fluttify-project/amap_map_fluttify) [421⭐] - 高德地图插件,由[fluttify-project](https://github.com/fluttify-project)。
### 图表
- [Circular Chart](https://github.com/xqwzts/flutter_circular_chart) [317⭐] - 在Flutter中创建动画圆形图表小部件的库,由 [Victor Choueiri](https://github.com/xqwzts)提供。
- [Charts](https://github.com/mzimmerm/flutter_charts) [190⭐] - 一个Flutter的图表库,由 [Milan Zimmermann](https://github.com/mzimmerm)提供。
- [Sparkline](https://github.com/xqwzts/flutter_sparkline) [199⭐] - 美丽的Sparkline图,由[Victor Choueiri](https://github.com/xqwzts)提供。
- [Charts](https://github.com/google/charts) [1878⭐] - Google出品的图表库。
- [Flutter Plot](https://github.com/RCHowell/flutter_plot) [37⭐] - 一个漂亮的绘图包,由 [R. C. Howell](https://github.com/RCHowell/)提供。
- [Candlesticks](https://github.com/trentpiercy/flutter-candlesticks) [295⭐] - 优雅的OHLC K线和交易量图表,由 [Trent Piercy](https://github.com/trentpiercy)提供。
- [FCharts](https://github.com/thekeenant/fcharts) [314⭐] - 漂亮,反应灵敏,带有动画的图标,由 [Keenan Thompson](https://keenant.com)提供。
- [FL Chart](https://github.com/imaNNeoFighT/fl_chart) [2247⭐] - 在Flutter中绘制奇妙的图表,由[Iman Khoshabi](http://www.ikhoshabi.com)。
- [Bezier Chart](https://github.com/aeyrium/bezier-chart) [309⭐] - 美丽的贝塞尔曲线图小部件,用于颤动,具有高度的交互性和可配置性,由[Diego Velasquez](https://twitter.com/diegoveloper)。
- [Echarts](https://github.com/entronad/flutter_echarts) [305⭐] - 大量高级反应堆图表,由[LIN Chen](https://github.com/entronad)。
### 导航
- [Fluro](https://github.com/goposse/fluro) [2754⭐] - 用于Flutter 导航的最亮,最时尚,最酷的路由组件,由[Posse](http://goposse.com)提供。
- [PageView Indicator](https://github.com/leocavalcante/page_view_indicator) [94⭐] - 一个用在PageView上的指示器, [Leo Cavalcante](https://github.com/leocavalcante)。
- [Swiper](https://github.com/jzoom/flutter_swiper) [38⭐] - siwiper组件,支持多种布局方式,无限轮播,由[Xueliang Ren](https://github.com/jzoom)提供。
- [Deep Link Navigation](https://github.com/Dennis-Krasnov/Flutter-Deep-Link-Navigation) [36⭐] - 优雅的抽象,可在Flutter中完成完整的深层链接导航,由[Dennis Krasnov](https://denniskrasnov.com)。
- [Get](https://github.com/jonataslaw/get) [1219⭐] - 一个应用于Flutter的高性能状态管理,智能依赖性注入和路由管理的插件,由[Jonny Borges](https://github.com/jonataslaw)。
### 验证
- [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - 支持Touch ID, 指纹,锁屏识别验证的Flutter库。
- [Login](https://github.com/AppleEducate/flutter_login) [545⭐] - 自持Face ID, Touch ID, 和 指纹识别验证的Flutter库,由[Rody Davis](http://appleeducate.com)提供。
- [Google Sign-In](https://github.com/flutter/plugins/tree/master/packages/google_sign_in) - Google 登录SDK.
- [Firebase Auth](https://github.com/flutter/plugins/tree/master/packages/firebase_auth) - Firebase 登录SDK.
- [Facebook Login](https://github.com/roughike/flutter_facebook_login) [374⭐] - 使用原生Android和iOS的Facebook登录SDK进行身份验证 [Iiro Krankka](https://github.com/roughike)。
- [Apple Sign-In](https://github.com/tomgilder/flutter_apple_sign_in) [145⭐] - 苹果登录插件,由[Tom Gilder](https://github.com/tomgilder)。
- [OAuth](https://github.com/hitherejoe/FlutterOAuth) [74⭐] - Buffer, Strava, Unsplash, Github 登录验证,由 [Joe Birch](http://www.hitherejoe.com)提供。
- [Instagram](https://hackernoon.com/instagram-authentication-with-flutter-df6424d2d56c) - Instagram 登录验证由 [Wilfried Mbouenda Mbogne](http://developer-journey.com/)提供。
- [Firebase Phone Auth](https://medium.com/@gildaswise/flutter-adding-sign-in-with-google-and-phone-authentication-to-your-app-69f681518f9b) [266👏] - 电话号码通过短信身份验证,由 [Gildásio Filho](https://github.com/gildaswise)提供。
- [SimpleAuth](https://github.com/Clancey/simple_auth) [56⭐] - Azure Active Directory, Amazon, Dropbox, Facebook, Github, Google, Instagram, Linked In, Microsoft Live Connect, Github的登录验证,由 [James Clancey](https://github.com/Clancey)提供。
- [Flutter AppAuth](https://github.com/MaikuB/flutter_appauth) [120⭐] - 提供围绕AppAuth iOS和Android SDK的包装的插件,由[Michael Bui](https://github.com/MaikuB)提供。
### 文字和富文本
- [Markdown](https://github.com/flutter/flutter_markdown) [691⭐] - Flutter的Markdown渲染器, 支持原始格式,但没有内联html。
- [Masked Text](https://github.com/benhurott/flutter-masked-text) [214⭐] - 支持掩蔽文本,定制和货币格式化的输入控件,由[Ben-hur Santos Ott](https://github.com/benhurott)提供。
- [Zefyr](https://github.com/memspace/zefyr) [1625⭐] - 一个富文本编辑器,由 [Memspace](https://github.com/memspace/zefyr)提供。
- [AutoSizeText](https://github.com/leisim/auto_size_text) [1017⭐] - 自动调整文本大小以使其完全适合其边界,由[Simon Leier](https://github.com/leisim)。
- [Parsed Text](https://github.com/fayeed/flutter_parsed_text) [112⭐] - 基于内容识别的交互式文本,还支持Regex,由[Fayeed Pawaskar](https://github.com/fayeed/)。
- [TeX](https://github.com/shah-xad/flutter_tex) [134⭐] - 具有完整的HTML和JavaScript支持的渲染数学方程式,由[Shahzad Akram](https://github.com/shah-xad)。
- [Flutter Math](https://github.com/znjameswu/flutter_math) [34⭐] - 具有纯Dart和Flutter支持的快速和高质量方程式渲染,由[James Wu](https://github.com/znjameswu)。
### 分析、流量统计
- [Usage](https://github.com/dart-lang/usage) [99⭐] - 用于命令行,Web和FlutterAPP的Google 分析插件。
- [Firebase Analytics](https://github.com/flutter/plugins/tree/master/packages/firebase_analytics) - 支持连接到Firebase 分析 API的插件.
- [Segment.com Analytics](https://github.com/FaisalAbid/segment-analytics-flutter) [12⭐] - 使你使用Segment.com分析变得轻而易举! 由[Faisal Abid](https://twitter.com/FaisalAbid)提供。
- [Pure Mixpanel](https://github.com/seenickcode/pure_mixpanel) [20⭐] - 热门分析 [Mixpanel.com](https://mixpanel.com) [Nick Manning](https://twitter.com/seenickcode)。
### 国际化
- [GenLang](https://github.com/KingWu/gen_lang) [68⭐] - 国际化代码生成器,由[King Wu](https://github.com/KingWu)。
- [Flutter Translate](https://github.com/bratan/flutter_translate) [211⭐] - 国际化(i18n)库,由[Florin Bratan](http://bratan.me)。
### 自动构建
#### 构建解决方案
- [Bitrise for Flutter](https://devcenter.bitrise.io/getting-started/getting-started-with-flutter-apps/) - Flutter构建,测试和部署自动化,免费提供给开源和小型项目。
- [Code Magic](https://codemagic.io/) - 自动化整个流程,构建和分发,由[NeverCode](https://nevercode.io/)。
- [Appcircle for Flutter](https://appcircle.io/blog/guide-to-automated-mobile-ci-cd-for-flutter-projects-with-appcircle/) - 具有在线设备模拟器的自动化移动CI / CD / CT,由[Appcircle](https://appcircle.io/)。
#### 构建相关文章
- [Test on Travis](https://medium.com/@yegorj/test-flutter-apps-on-travis-3fd5142ecd8c) - 小部件测试框架,由 [Yegor Jbanov](https://twitter.com/yegorjbanov)提供。
- [Building Apks/Ipas on Travis](https://medium.com/@yegorj/building-flutter-apks-and-ipas-on-travis-98d84d8e9b4) - 用于Flutter上的自动构建工具,支持 Android 和 iOS,由 [Yegor Jbanov](https://twitter.com/yegorjbanov)提供。
- [Automatic code signing for iOS without Mac](https://blog.codemagic.io/automatic-code-signing-for-ios-that-doesnt-require-a-mac/) 由 Helina Ariva提供。
### 风格样式
- [Flutterial](https://github.com/rxlabz/flutterial) [1042⭐] - Flutter Material设计主题资源管理器(仅限平板电脑),由 [Erick Ghaumez](https://twitter.com/rxlabz)提供。
- [Pigment](https://github.com/bregydoc/pigment) [144⭐] - 一个简单实用的插件,能够直观的在flutter中看到所使用的颜色。
### 媒体
#### 音频
- [Flutter Audio Recorder](https://github.com/shadow-app/flutter_audio_recorder) - 提供完整的控件,并可以访问记录详细信息,例如电平表,由[Wenyan Li](https://github.com/nikli2009)。
- [Audio Recorder](https://github.com/ZaraclaJ/audio_recorder) [145⭐] - 支持录制音频并将其存储在本地,由 [Jordan Alcaraz](https://twitter.com/jordanalcrz)提供。
- [Stereo](https://github.com/2find/stereo) [66⭐] - 一个在flutter中播放音乐的插件,支持Android、iOS,由 [2Find](https://github.com/2find)提供。
- [Flutter Sound](https://github.com/dooboolab/flutter_sound) [425⭐] - 一个用在flutter上的声音录制和播放的插件,由[dooboolab](https://github.com/dooboolab)提供。
- [AssetsAudioPlayer](https://github.com/florent37/Flutter-AssetsAudioPlayer) [331⭐] 支持从 assets/network/file and displaying notifications [android / ios / web / macos]播放文件。
#### 视频
- [WebRTC](https://github.com/cloudwebrtc/flutter-webrtc) [1727⭐] - WebRTC 插件,支持 iOS/Android,由 [CloudWebRtc](https://github.com/cloudwebrtc)提供。
- [Chewie](https://github.com/brianegan/chewie) [1012⭐] - 提供了对视频播放底层API的访问能力,由 [Brian Egan](https://github.com/brianegan)提供。
- [Video Trimmer](https://github.com/sbis04/video_trimmer) [113⭐] - 可视化和修剪视频,由[Souvik Biswas](https://github.com/sbis04)。
#### 语音
- [Speech Recognition](https://github.com/rxlabz/speech_recognition) [287⭐] - 一款语音转文字的插件,由 [Erick Ghaumez](https://twitter.com/rxlabz)提供。
- [OK Google](https://marcinszalek.pl/flutter/ok-google-flutter/) - 整合了谷歌助手的插件,由 [Marcin Szalek](https://marcinszalek.pl/)提供。
### 存储
- [Firebase Storage](https://github.com/flutter/plugins/tree/master/packages/firebase_storage) - Firebase作为数据存储的插件。
- [Secure Storage](https://github.com/mogol/flutter_secure_storage) [490⭐] - 提供钥匙串和密钥库存储,由 [German Saprykin](https://github.com/mogol)提供。
### 获利
- [Admob](https://pub.dartlang.org/packages/admob) - Flutter的Google Admob插件。 目前支持iOS和Android中的插页式广告。
- [Firebase AdMob](https://github.com/flutter/plugins/tree/master/packages/firebase_admob) - 使用Firebase进行广告整合。
- [Billing](https://github.com/VolodymyrLykhonis/flutter_billing) [98⭐] - 在iOS和Android上启用结算功能。
- [Inapp Purchase](https://github.com/dooboolab/flutter_inapp_purchase) [371⭐] - 来自[react-native-iap](https://github.com/dooboolab/react-native-iap)的“应用内购买”功能集。
- [Admob Flutter](https://github.com/kmcgill88/admob_flutter) - Admob插件,可使用本机平台视图显示横幅广告,由[Youssef Kababe](https://github.com/YoussefKababe) & [Kevin McGill](https://github.com/kmcgill88)提供。
- [Facebook Audience Network](https://github.com/dreamsoftin/facebook_audience_network) - Facebook Audience Network Ad插件,可显示横幅广告,插页式视频,插播视频,奖励视频和natvie广告,由[Dreamsoft Innovations](https://github.com/dreamsoftin)提供。
- [Square In-App Payments SDK](https://github.com/square/in-app-payments-flutter-plugin) [239⭐] - 通过在您的应用程序中嵌入卡片输入表单来进行付款,该表单会根据客户提供的卡片信息或数字钱包产生随机数,由[Square](https://github.com/orgs/square)提供。
## 模板
- [Movie Details](https://github.com/FlutterRocks/movie-details-ui) [344⭐] - 电影详情页面,由 [Iiro Krankka](https://github.com/roughike)提供。
- [Mates](https://github.com/CodemateLtd/FlutterMates) [409⭐] - 关于如何在Flutter中实现好友列表和个人资料页面的快速示例应用,由 [Iiro Krankka](https://github.com/roughike)提供。
- [Weather](https://github.com/alessandroaime/Weather) [136⭐] - 天气APP,以了解如何使用Canvas和动画,由[Alessandro Aime](https://github.com/alessandroaime)提供。
- [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) [6039⭐] - TODO APP准备好了不同的风格:Vanilla,Redux,built_redux,由 [Brian Egan](https://github.com/brianegan)提供。
- [Restaurant Menu](https://github.com/braulio94/menu_flutter) [511⭐] - 餐厅菜单APP的灵感来自于这种设计,由 [Braulio Cassule](https://github.com/braulio94)提供。
- [UI Challenges](https://github.com/tomialagbe/flutter_ui_challenges) [1140⭐] - 个人资料,旅游,食品应用,由 [Tomi Alagbe](https://github.com/tomialagbe)提供。
- [Cupertino Settings](https://github.com/matthinc/flutter_cupertino_settings) [128⭐] - 用于创建iOS设置表的Flutter小部件,由 [Matthias Rupp](https://github.com/matthinc)提供。
- [Music Player](https://github.com/thosakwe/flutter_music_player) [188⭐] - 音乐播放器相关的组件,由 [Tobe O](https://thosakwe.com/)提供。
- [Dashboard](https://github.com/Ivaskuu/dashboard) [714⭐] - 灵感来自仪表板概念APP,由 [Ivascu Adrian](https://github.com/Ivaskuu)提供。
- [Todo](https://github.com/littlemarc2011/FlutterTodo) [470⭐] - 来自Dribble的Todo模板,由 [Marc L](https://www.marc-little.com/)提供。
- [Card Swipe Animation](https://github.com/geekruchika/FlutterCardSwipe) [375⭐] - 切换卡片模板,由[Ruchika Gupta](https://github.com/geekruchika)提供。
- [UI Kit](https://github.com/iampawan/Flutter-UI-Kit) [5108⭐] - 该项目的目标是提供真实世界APPUI的终极集合,由 [Pawan Kumar](https://github.com/iampawan)提供。
- [Book](https://github.com/putraxor/flutter-book-app) [269⭐] - Travis最初由原型制作的书籍应用UI的Flutter项目,由 [Ardiansyah Putra](https://github.com/putraxor)提供。
- [The Gorgeous Login](https://github.com/huextrat/TheGorgeousLogin) [1242⭐] - 设计和流畅的登录模板,由 [Hugo Extrat](https://github.com/huextrat)提供。
- [Liquid Pay Payment App](https://github.com/longhoang2984/flutter_payment_app_ui) [213⭐] - Liquid 支付应用程序概念,由[Long Hoang](https://github.com/longhoang2984)提供。
- [DrawApp](https://github.com/SnakeyHips/drawapp) [164⭐] - Sample Drawing App演示如何允许用户使用颜色选择器和画笔厚度滑块在画布上绘制,由[Jake Gough](https://github.com/SnakeyHips)提供。
- [Starter Kit](https://github.com/KingWu/flutter_starter_kit) [515⭐] - 在App Store实施中学习Bloc,RxDart,Sqflite,Fluro和Dio,由[King Wu](https://github.com/KingWu)提供。
- [Feather](https://github.com/jhomlala/feather) [360⭐] - 美丽的天气应用。 应用程序包括RxDart,Dio,BLoC,i18n,单元和小部件测试,由[Jakub Homlala](https://github.com/jhomlala)提供。
- [Clone UI Challenges](https://github.com/javico2609/flutter-challenges) [1010⭐] - 有用的UI克隆的集合,由[Javier González](https://github.com/javico2609)提供。
- [FlutterFoodybite](https://github.com/JideGuru/FlutterFoodybite) [782⭐] - 美丽的食物应用程序UI模板,由[JideGuru](https://github.com/JideGuru)提供。
- [Flutter Samples](https://github.com/diegoveloper/flutter-samples) [1598⭐] - 收集好的Flutter样本,由[Diego Velásquez](https://github.com/diegoveloper)提供。
- [ActingWeb First_App](https://github.com/gregertw/actingweb_firstapp) [183⭐] - 具有团队开发的生产质量应用程序的基本元素的入门应用程序,由[Greger Wedel](https://github.com/gregertw)提供。
### Web
- [Tasks](https://github.com/AppleEducate/tasks_clone) [81⭐] - Web版的Google Task,由[Rody Davis](http://appleeducate.com)提供。
### Clone
- [GitTouch](https://github.com/pd4d10/git-touch) [484⭐] - GitHub,GitLab,Bitbucket和Gitea的开源移动客户端,由[Rongjian Zhang](https://github.com/pd4d10)提供。
### 机器学习
- [MLKit](https://github.com/azihsoyn/flutter_mlkit) [329⭐] - Firebase 机器学习套件,由[Naoya Yoshizawa](https://github.com/azihsoyn)。
- [IBM Watson](https://github.com/VictorRancesCode/flutter_ibm_watson) [26⭐] 轻松与IBM Watson集成,由[Victor Rances](https://github.com/VictorRancesCode/)
- [m2gen](https://github.com/BayesWitnesses/m2cgen) [1667⭐] - CLI工具可将ML模型转换为本地Dart代码,由[BayesWitnesses](https://github.com/BayesWitnesses)。
### 视觉识别
- [ML Vision Camera Stream](https://github.com/santetis/flutter_camera_ml_vision) [147⭐] - 实时摄像机流进行ML视觉识别(QRcode,面部等),由[Aumard Jimmy](https://github.com/jaumard) and [Santetis](https://github.com/santetis)。
- [Google Mobile Vision](https://github.com/edufolly/flutter_mobile_vision) [364⭐] - Flutter实现的Google移动视觉,提供了二维码条形码识别,面部识别,文字识别等计算机视觉的计算,由 [Eduardo Folly](https://github.com/edufolly)提供。
#### Augmented Reality
- [ARKit Plugin](https://github.com/olexale/arkit_flutter_plugin) [470⭐] - ARKit包装器-苹果的iOS增强现实平台,由[Olexandr Leuschenko](https://github.com/olexale)。
- [ARCore Plugin](https://github.com/giandifra/arcore_flutter_plugin) [201⭐] - 使用ARCore平台增强现实,由[Gian Marco Di Francesco](https://github.com/giandifra)。
## 插件
- [Pub Plugins](https://pub.dartlang.org/flutter/plugins) - 在上面可以查询与Flutter有关的插件,很实用。
- [Plugins](https://github.com/flutter/plugins/tree/master/packages) - Flutter官方插件团队,提供了Flutter常用的插件。
### 设备
- [WebView](https://github.com/dart-flitter/flutter_webview_plugin) [1232⭐] - 一个WebView插件, 由[Hadrien Lejard](https://twitter.com/HadrienLejard)提供。
- [Location](https://github.com/Lyokone/flutterlocation) [595⭐] - 位置服务,提供位置,以及连续位置的回调,由 [Lyokone](https://github.com/Lyokone)提供。
- [Battery](https://pub.dartlang.org/packages/battery) - 提供访问有关电池的各种信息。
- [Proximity Sensor Plugin](https://pub.dartlang.org/packages/proximity_plugin) - 提供访问接近传感器也叫近距离传感器的能力,比如手机靠近脸后屏蔽操作之类的,由 [Manoj NB](https://github.com/Samaritan1011001)提供。
- [Geolocation](https://github.com/loup-v/geolocation) [196⭐] - 功能齐全的地理定位插件:当前位置,位置更新,地理编码,地点等,由 [Loup](http://intheloup.io)提供。
- [Local Notifications](https://github.com/MaikuB/flutter_local_notifications) [1203⭐] - 用于显示本地通知的插件,由 [Michael Bui](https://github.com/MaikuB)提供。
- [Device Calendar](https://github.com/builttoroam/flutter_plugins/tree/develop/device_calendar) - 提供修改用户日历能力的插件,由[Built to Roam](http://builttoroam.com)提供。
- [Badger](https://github.com/g123k/flutter_app_badger) [175⭐] - 提供更新APP启动图标上的小红点能力的插件,由 [Edouard Marquez](https://twitter.com/g123k)提供。
- [UDID](https://github.com/GigaDroid/flutter_udid) [135⭐] - 用于在Android/iOS设备上获取一个持久的 UDID,即使重新安装App,由 [Leon Kukuk](https://kukuk.me)提供。
- [Downloader](https://github.com/hnvn/flutter_downloader) [472⭐] - 下载器,创建和管理下载任务,由 [HungHD](https://github.com/hnvn)提供。
- [InAppBrowser](https://github.com/pichillilorenzo/flutter_inappbrowser) [1002⭐] - 添加内联WebView小部件或打开应用程序内浏览器窗口,由 [Lorenzo Pichilli](https://github.com/pichillilorenzo)提供。
- [AppAvailability](https://github.com/pichillilorenzo/flutter_appavailability) [57⭐] - 列出,启动并检查已安装的应用,由 [Lorenzo Pichilli](https://github.com/pichillilorenzo)提供。
- [Aeyrium Sensor](https://github.com/aeyrium/aeyrium-sensor) [49⭐] - 一个插件,可以轻松访问Android和iOS设备上的Pitch and Roll, [Diego Velásquez](https://github.com/aeyrium)提供。
- [File Picker](https://github.com/miguelpruivo/plugins_flutter_file_picker) [392⭐] - 本机文件浏览器加载,支持绝对文件路径,由[Miguel Ruivo](https://github.com/miguelpruivo)。
- [VPN](https://github.com/X-dea/Flutter_VPN) - 访问 VPN 服务,由[Jason C.H](https://github.com/ctrysbita)。
- [Geolocator](https://github.com/baseflow/flutter-geolocator) - Flutter地理位置插件,可轻松访问特定于平台的位置服务,由[Baseflow](https://baseflow.com)。
- [Permission Handler](https://github.com/baseflow/flutter-permission-handler) - Flutter权限插件,提供跨平台(iOS,Android)API来请求和检查权限,由[Baseflow](https://baseflow.com)。
### 扫码器
- [QR Code Reader](https://github.com/villela/flutter_qrcode_reader) [197⭐] - QR 扫描插件,由[Matheus Villela](https://github.com/villela)提供。
- [Fast QR Reader View](https://github.com/facundomedica/fast_qr_reader_view) [236⭐] - 快速的QR扫码插件,由 [Facundo Medica](https://github.com/facundomedica)提供。
### 蓝牙 / NFC / 信号灯
- [Blue](https://github.com/pauldemarco/flutter_blue) [1423⭐] - FlutterBlue是Flutter的蓝牙插件,由[Paul DeMarco](https://github.com/pauldemarco)提供。
- [Beacons](https://github.com/loup-v/beacons) [64⭐] - Flutter beacons 插件,由 [Loup](http://intheloup.io)提供。
- [NFC Reader](https://github.com/matteocrippa/flutter-nfc-reader) [203⭐] - NFC 读取器,由[Matteo Crippa](https://github.com/matteocrippa)。
- [Beacon broadcast](https://github.com/pszklarska/beacon_broadcast) [54⭐] - 将手机变成信标的库,由[Paulina Szklarska](https://github.com/pszklarska/)。
- [Reactive Ble](https://github.com/PhilipsHue/flutter_reactive_ble) [84⭐] - 处理多个设备的BLE操作,由[Philips Hue](https://github.com/PhilipsHue)。
- [NFC Manager](https://github.com/okadan/flutter-nfc-manager) [29⭐] - 适用于iOS和Android的通用NFC插件,由[Naoki Okada](https://github.com/okadan)。
### 存储
- [Sqflite](https://github.com/tekartik/sqflite) [1828 ⭐] - SQLite的 flutter版插件,由 [Alexandre Roux](https://www.linkedin.com/in/alextekartik/)提供。
- [Hive](https://github.com/leisim/hive) [1742⭐] - 用纯Dart编写的轻量级且快速的键值存储,由[Simon Leier](https://github.com/leisim)。
### 服务
- [Dialogflow](https://github.com/VictorRancesCode/flutter_dialogflow) [152⭐] - 聊天列表插件,由 [Victor Rances](https://github.com/VictorRancesCode/)提供。
- [Intercom](https://pub.dartlang.org/packages/intercom) [24⭐] - 将Intercom集成添加到您的应用程序,由 [Maido Kaara](https://github.com/v3rm0n)提供。
- [OneSignal](https://github.com/OneSignal/OneSignal-Flutter-SDK) [83⭐] - Push 通知服务,由 [OneSignal](https://github.com/OneSignal)提供。
- [Place Dialog](https://github.com/pinkfish/flutter_places_dialog) [47⭐] - 位置选择对话框,由 [David Bennett](https://github.com/pinkfish)提供。
- [App Rating](https://github.com/AppleEducate/app_review) [23⭐] - 申请和撰写App Store和Google Play的评论的插件,由 [Rody Davis](http://appleeducate.com)提供。
### 日志 / 追踪
- [Catcher](https://github.com/jhomlala/catcher) [405⭐] - 自动捕获并处理错误,由[Jakub Homlala](https://github.com/jhomlala)。
- [Logger](https://github.com/leisim/logger) [546⭐] - 易于使用和精美的日志,由[Simon Leier](https://github.com/leisim)。
### Crash monitoring
- [Sentry](https://sentry.io/) [351⭐] - Sentry提供基于云的自托管错误监控,可帮助所有软件团队实时发现,分类和确定错误的优先级,由[Flutter](https://github.com/flutter/sentry)。
## 框架
### 状态管理
#### Standard
- [Bloc](https://github.com/felangel/bloc) [5602⭐] - 可预测的状态管理库,有助于实现BLoC设计模式,由[Felix Angelov](https://github.com/felangel)。
- [MobX](https://github.com/mobxjs/mobx.dart) [1651⭐] - 适用于Dart和Flutter应用程序的无忧,反应式状态管理。
### Redux / ELM / 依赖注入
- [Built redux](https://github.com/davidmarne/flutter_built_redux) [79⭐] - 支持自动订阅 redux stores,由 [David Marne](https://github.com/davidmarne)提供。
- [Redux.dart](https://github.com/johnpryan/redux.dart) [435⭐] - Redux 到 Dart 的中间件,由 [John Ryan](https://github.com/johnpryan) 和 [Brian Egan](https://gitlab.com/users/brianegan/projects)提供。
- [Redux](https://github.com/brianegan/flutter_redux) [1341⭐] - 专为使用[redux.dart](https://github.com/johnpryan/redux.dart)而设计,允许你轻松使用Redux Store来构建小部件。
- [Inject](https://github.com/google/inject.dart) [790⭐] - Google出品的编译时的依赖注入框架。
- [Flux](https://github.com/google/flutter_flux) [355⭐] - Google出品的具有单向数据流的DartAPP架框架。
- [Fish](https://github.com/alibaba/fish-redux) [6736⭐] - Alibaba出品的 Redux 在Flutter中的实现
- [Async Redux](https://pub.dev/packages/async_redux) [148⭐] - 没有样板的Redux。 允许同步和异步减速器,由[Marcelo Glasberg](https://github.com/marcglasberg/)。
### Widgets
- [Hooks](https://github.com/rrousselGit/flutter_hooks) [1366⭐] - 小部件之间的高级代码共享,由[Remi Rousselet](https://github.com/rrousselGit)。
- [Functional widget](https://github.com/rrousselGit/functional_widget) [321⭐] - 代码生成器将小部件作为带有注释的函数编写,由[Remi Rousselet](https://github.com/rrousselGit)。
### 数据
- [Graphql_flutter](https://github.com/zino-app/graphql-flutter) [2205⭐] - Flutter的GraphQL客户端,将现代GraphQL客户端的所有功能集合到一个易于使用的软件包中,由 [Zino App B.V.](https://github.com/zino-app)实现。
- [GeoFlutterFire](https://github.com/DarshanGowda0/GeoFlutterFire) [175⭐] - GeoFirestore的实现,由[Darshan Gowda](https://darshann.me/)。
### 动画
- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) [267⭐] - 轻松实现复合交错的动画,由[Norbert Kozsir](https://twitter.com/norbertkozsir)提供。
- [SpinKit](https://github.com/jogboms/flutter_spinkit) [1938⭐] - 加载动画指示器,有丰富的加载动画,由 [Jeremiah Ogbomo](https://twitter.com/jogboms)实现。
- [Villains](https://github.com/Norbert515/flutter_villains) [286⭐] - 页面转场动画,由 [Norbert Kozsir](https://twitter.com/norbertkozsir)提供。
- [AnimatedTextKit](https://github.com/aagarwal1012/Animated-Text-Kit) [819⭐] - 一组很酷的文字动画,由 [Ayush Agarwal](https://github.com/aagarwal1012/)提供。
- [Drawing Animation](https://github.com/biocarl/drawing_animation) [274⭐] - 根据SVG路径数据创建绘图线动画,由[Carl Hauck](https://twitter.com/cahaucks)。
- [Simple Animations](https://github.com/felixblaschke/simple_animations) - 轻松创建很棒的自定义动画,由[Felix Blaschke](https://github.com/felixblaschke)。
- [Flutter-animation-set](https://github.com/efoxTeam/flutter-animation-set) [200⭐] - 易于制作动画集,由[efoxTeam](https://github.com/efoxTeam)。
- [Staggered Animations](https://github.com/mobiten/flutter_staggered_animations) [599⭐] - 轻松地将交错动画添加到ListView,GridView,Column和Row,由[mobiten](https://mobiten.com/)。
- [Animate Do](https://pub.dev/packages/animate_do) - 受Animate.css启发的动画包,由[Fernando Herrera](https://twitter.com/Fernando_Her85)。
### Misc
- [Cache Manager](https://github.com/renefloor/flutter_cache_manager) [1⭐] - 通用缓存管理器,由[Rene Floor](https://github.com/renefloor)。
- [Frideos](https://github.com/frideosapps/frideos_flutter) - 流,BLoC模式和各种小部件(模糊,转换,定时小部件等)的帮助程序,由[Francesco Mineo](https://github.com/frideosapps)。
### Testing
- [Flutter Gherkin](https://github.com/jonsamwell/flutter_gherkin) [95⭐] - 功能齐全的Gherkin解析器和UI自动测试运行程序,由[Jon Samwell](https://github.com/jonsamwell)。
### 其他
- [AspectD](https://github.com/alibaba-flutter/aspectd) [705⭐] - Flutter(Dart)的面向方面的编程(AOP)框架,由[Kyle Wong](https://github.com/kangwang1988)。
## 实验性
本节包含采用实验性或非常规性方法的库。
- [styled_widget](https://github.com/ReinBentdal/styled_widget) [288⭐] - 通过使用方法定义小部件来简化小部件树结构,由[Rein Gundersen Bentdal](https://github.com/ReinBentdal)。
## 游戏
### 游戏引擎
- [Flame](https://github.com/luanpotter/flame) [3392⭐] - 极简主义的游戏引擎,由 [Luan Nico](https://github.com/luanpotter)提供。
- [SpriteWidget](https://github.com/spritewidget/spritewidget) [1066⭐] - 用于构建复杂,高性能动画和2D游戏的工具包,由[Viktor Lidholt](https://github.com/vlidholt)提供。
### 开源游戏
- [Flip](https://github.com/RedBrogdon/flutterflip) [176⭐] - Flutter实现的黑白棋游戏,由 [Andrew Brogdon](https://github.com/RedBrogdon)提供。
- [2048](https://github.com/anuranBarman/2048) [146⭐] - 2048 游戏,由 [Anuran Barman](https://github.com/anuranBarman)提供。
- [TRex](https://github.com/renancaraujo/trex-flame) [259⭐] - 着名Chrome的Trex游戏的端口,由 [Renan C. Araújo](https://github.com/renancaraujo)提供。
- [Crush](https://github.com/boeledi/flutter_crush) [338⭐] - 如何构建一个Math-3游戏,如Candy Crush,Bejeweled,由 [Didier Boelens](https://didierboelens.com)提供。
- [Slide Puzzle](https://github.com/kevmoo/slide_puzzle) [93⭐] - 经典滑梯(15)拼图,由[Kevin Moore](https://github.com/kevmoo)。
- [Tetris](https://github.com/boyan01/flutter-tetris) [982⭐] - 俄罗斯方块游戏,由[YangBin](https://github.com/boyan01)。
- [Party Charades](https://github.com/vintage/party_flutter) [140⭐] - 派对聚会,由[Kamil Rykowski](https://github.com/vintage)。
#### Flame 引擎
- [Awesome Flame](https://github.com/flame-engine/awesome-flame) - 精选的最佳Flame游戏,项目,库,工具,教程,文章等,由[Flame Engine](https://github.com/flame-engine)。
- [Ghost Rigger](https://github.com/Float-like-a-dash-Sting-like-a-dart/GhostRigger) [101⭐] - Ghost Rigger是一款受赛博朋克启发的益智游戏,由[Iain Smith](https://github.com/b099l3) and [Julio Ernesto Rodríguez Cabañas](https://https://github.com/ernestoyaquello)。
## 开源App
### Premium
- [History Of Everything](https://github.com/2d-inc/HistoryOfEverything) [5211⭐] - 人性化的动画垂直时间表,由[2D, Inc](https://www.2dimensions.com/)提供。
- [Developer Quest](https://github.com/2d-inc/developer_quest) [2686⭐] - 成为技术主管,消除错误,由[2D, Inc](https://www.2dimensions.com/)提供。
### Top
- [Flutter Team Samples](https://github.com/flutter/samples) [8245⭐] - 示例集合(包括地图,json,Material和Cupertino) 由 [Flutter team](https://github.com/orgs/flutter/people)提供。
- [Flutter Common Widgets](https://github.com/alibaba/flutter-common-widgets-app) [22040⭐] - 收集中文官方小部件演示和文档,以帮助开发人员快速学习,由[Alibaba Auction Frontend Team](https://github.com/alibaba-paimai-frontend)。
- [Meme Chat](https://github.com/efortuna/memechat) [471⭐] - 使用Flutter开发的的聊天App,该App用到了Firebase,Google登录,摄像头等。
- [Flitter](https://github.com/dart-flitter/flitter) [178⭐] - 使用Flutter开发的Gitter 客户端,该App用到了Redux 与 Jaguar,由[Hadrien Lejard](https://twitter.com/HadrienLejard) 和 [Kevin Segaud](https://twitter.com/kevin_segaud)提供。
- [Lime](https://github.com/fablue/lime-flutter) [335⭐] - 使用Flutter开发的Lime客户端。
- [Planets](https://github.com/sergiandreplace/flutter_planets_tutorial) [655] - Flutter Planets app及教程,由[Sergi Martínez](http://sergiandreplace.com)提供。
- [NewsBuzz](https://github.com/theankurkedia/NewsBuzz) [444⭐] - 使用News API在Flutter中创建的新闻App用于获取实时数据,Firebase用作后端和身份验证器,由 [Ankur Kedia](https://github.com/theankurkedia)提供。
- [DroidKaigi2018-flutter](https://github.com/konifar/droidkaigi2018-flutter) [485⭐] - DroidKaigi 2018东京的非官方会议App ,由[konifar](https://github.com/konifar)提供。
- [Music Player](https://github.com/iampawan/Flutter-Music-Player) [1112⭐] - 全功能音乐播放器App,由[Pawan Kumar](https://about.me/imthepk)提供。
- [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [761⭐] - Flutter实现的的简单Todo App,可以每天跟踪您的任务,由[Burhanuddin Rashid](https://about.me/burhanrashid52)提供。
- [FlutterGram](https://github.com/mdanics/fluttergram) [1454⭐] - 使用Firebase / Firestore实现Flutter版的Instagram App,由[MDanics](https://github.com/mdanics)提供。
- [BookSearch](https://github.com/Norbert515/BookSearch) [419⭐] - Flutter实现的带有搜索功能的电子书,由[Norbert515](https://github.com/Norbert515)提供。
- [Cinematic](https://github.com/aaronoe/FlutterCinematic) [757⭐] - Flutter实现的Cinematic 客户端,由[Aaron Oertel](https://github.com/aaronoe)提供。
- [Beer-Me-Up](https://github.com/benoitletondor/Beer-Me-Up) [377⭐] - Flutter实现啤酒日志App,由[Benoit Letondor](https://github.com/benoitletondor)提供。
- [Trace](https://github.com/trentpiercy/trace) [573⭐] - 现代而强大的加密投资组合和市场资源管理器,由 [Trent Piercy](https://github.com/trentpiercy)提供。
- [Taskist](https://github.com/huextrat/Taskist) [549⭐] - Taskist是任务管理的ToDo List App,由 [Hugo EXTRAT](https://github.com/huextrat)提供。
- [Tourism](https://github.com/bluemix/tourism-demo) [213⭐] - 基于redux w / animations&i18n的旅游应用程序,由 [blueMix](https://github.com/bluemix/tourism-demo)提供。
- [Trinity Orientation @ Univ Toronto](https://github.com/matthewtory/trinity-orientation-2018) [454⭐] - 多伦多大学迎新周,由 [Matthew Tory](https://github.com/matthewtory)提供。
- [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - 图像小部件作为3D游戏引擎精灵,由[Paul Thomas](https://github.com/DrPaulT)提供。
- [Deer](https://github.com/aleksanderwozniak/deer) [238⭐] - 使用BLoC模式构建的简约Todo Planner,由[Aleksander Woźniak](https://github.com/aleksanderwozniak)提供。
- [TailorMade](https://github.com/jogboms/tailor_made) [210⭐] - 结合使用ReBLoC和Firebase Cloud Store和功能来管理时装设计师的日常工作,由[Jeremiah Ogbomo](https://twitter.com/jogboms)。
- [Instory](https://github.com/InvertedX/instory) [173⭐] - 具有精美UI的Instagram故事下载器,由[Sarath](https://twitter.com/_sarath_kumar)提供。
- [Spacex-Go](https://github.com/jesusrp98/spacex-go) [492⭐] - 简单但功能强大的开源SpaceX启动跟踪器,由[jesusrp98](https://twitter.com/jesusrp98)提供。
- [Superhero Interaction](https://github.com/pinkeshdarji/SuperHeroInteraction) [208⭐] - 酷超级英雄互动动画,由[Pinkesh Darji](https://github.com/pinkeshdarji)提供。
- [Reply](https://github.com/flschweiger/reply) [469⭐] - “答复”材料设计案例研究,由[Frederik Schweiger](https://github.com/flschweiger)提供。
- [Enigma](https://github.com/AmitJoki/Enigma) - 端到端加密的隐私聊天,由[AmitJoki](https://github.com/AmitJoki)。
- [Chillify](https://github.com/KarimElghamry/chillify) - 使用Provider和Bloc模式制作的精美音乐应用,由[Karim Elghamry](https://github.com/KarimElghamry)提供。
- [Pokedex](https://github.com/scitbiz/flutter_pokedex) - Pokedex应用程序具有精美的用户界面和流畅的动画,由[Hung Pham](https://github.com/scitbiz)提供。
- [Timy Messenger](https://github.com/janoodleFTW/timy-messenger) [1504⭐] - 群发消息应用程序,重点是组织活动,由[Miguel Beltran](https://github.com/miquelbeltran) 与 [Franz Heinfling](https://github.com/fheinfling)提供。
- [GitJournal](https://github.com/GitJournal/GitJournal) [507⭐] - 在Git Repo中记录数据,由[Vishesh Handa](https://github.com/vHanda)提供。
- [AuthPass](https://github.com/authpass/authpass) [372⭐] - 与手机和台式机兼容的Keepass密码管理器,由[hpoul](https://github.com/hpoul)提供。
- [Fwitter](https://github.com/TheAlphamerc/flutter_twitter_clone) [852⭐] - 使用Firebase解决方案的完整Twitter克隆,由[Sonu Sharma](https://github.com/TheAlphamerc)提供。
## 实用工具
- [Mutisya 2](https://flutterstudio.app/) - 在线Flutter 开发平台,由 [Paul Mutisya](https://medium.com/@pmutisya)提供。
- [Launcher Icons](https://github.com/franzsilva/flutter_launcher_icons) - 轻松生成App启动器图标,由 [Mark O'Sullivan](https://github.com/MarkOSullivan94) 和 [Franz Silva](https://github.com/franzsilva)提供。
- [Redux Starter/Code Generator](https://github.com/hillelcoren/flutter-redux-starter) [262⭐] - Flutter / Redux的入门项目和代码生成器,由 [Hillel Coren](https://twitter.com/hillelcoren)提供。
- [FlutterIcon](http://fluttericon.com/) [236⭐] - Flutter图标集生成器,由 [Mike Hoolehan](https://github.com/ilikerobots)提供。
- [FVM](https://github.com/leoafarias/fvm) [658⭐] - Flutter版本管理:管理Flutter SDK版本的简单CLI。
- [Environment Configuration](https://github.com/TatsuUkraine/dart_environment_config) [50⭐] - CLI工具为应用程序环境生成`.env`配置,由[TatsuUkraine](https://github.com/TatsuUkraine)。
- [Flutter Flavorizr](https://github.com/AngeloAvv/flutter_flavorizr) [69⭐] - CLI实用程序可在不到3分钟的时间内轻松为Android和iOS生成样式
,由[Angelo Cassano](https://github.com/AngeloAvv)。
- [Fontify](https://github.com/westracer/fontify) [44⭐] - CLI工具可将SVG图标转换为OTF字体并生成Flutter兼容的类
,由[Igor Kharakhordin](https://github.com/westracer)。
- [FlutterGen](https://github.com/FlutterGen/flutter_gen) [451⭐] - 用于图像,字体,颜色等的资产代码生成器-摆脱基于字符串的API。
### 桌面
- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [1481⭐] - Google出品的Flutter嵌入API的桌面实现。
- [Golang Desktop Embedder](https://github.com/Drakirus/go-flutter-desktop-embedder) [315⭐] - 用于桌面的Golang嵌入器,由 [Pierre Champion](https://github.com/Drakirus)提供。
### VSCode
- [Awesome Snippets](https://marketplace.visualstudio.com/items?itemName=Nash.awesome-flutter-snippets) - 常用类和方法的集合,由[Nash](https://twitter.com/Nash0x7E2)提供。
- [Flutter Files](https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files) - 通过上下文菜单快速生成BLoC模板文件,由[Gorniv](https://github.com/gorniv)提供。
- [Flutter Intl](https://marketplace.visualstudio.com/items?itemName=localizely.flutter-intl) - i18n从arb文件绑定,由[Localizely](https://twitter.com/localizely)提供。
### IntelliJ / Android Studio
- [Enhancement_Suite](https://github.com/marius-h/flutter_enhancement_suite) [118⭐] - 搜索pub.dev库,更新版本,Bloc,Snippet等,由[Marius Höfler](https://github.com/marius-h)提供。
- [Flutter Intl](https://plugins.jetbrains.com/plugin/13666-flutter-intl) - 从Arb文件进行18n绑定,由[Localizely](https://twitter.com/localizely)提供。
### Desktop
- [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) [6688⭐] - Google的Flutter嵌入API的桌面实现。
- [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) [4287⭐] - 用于桌面的Golang嵌入器,由[Pierre Champion](https://github.com/pchampio)提供。
- [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) [1585⭐] - 构建具有动感和防锈效果的精美桌面应用程序,由[juju](https://github.com/gliheng)提供。
## 书籍
### 适应于初学者
- [Beginning App Development](https://www.amazon.com/Beginning-App-Development-Flutter-Cross-Platform/dp/1484251806) -,由[Rap Payne](https://github.com/rapPayne)提供。
- [Beginning Flutter](https://www.amazon.com/Beginning-Flutter-Hands-Guide-Development/dp/1119550823) -,由[Marco Napoli](https://github.com/JediPixels)提供。
- [Flutter for Beginners](https://www.amazon.com/Flutter-Beginners-introductory-cross-platform-applications/dp/1788996089) -,由[Alessandro Biessek](https://github.com/biessek)提供。
- [Flutter in Action](https://www.manning.com/books/flutter-in-action?a_aid=flutterinaction&a_bid=d08c3247) - 完整的 Flutter 和 Dart 资源。
- [Learn Google Flutter Fast](https://www.amazon.com/Learn-Google-Flutter-Fast-Example/dp/1092297375) -,由[Mark Clow](https://github.com/markclow)提供。
### Cookbooks
- [Practical Flutter](https://www.amazon.com/Practical-Flutter-Improve-Development-Open-Source/dp/1484249712) -,由[Frank Zammetti](https://github.com/fzammetti)提供。
## 社区
### 演讲材料
- [Logo](https://drive.google.com/drive/folders/1GDGdQ0ghrxTNTx6aZLT41eV5sPZvV7bU) - 贴纸印象的logo。
### 通讯
- [Gitter](https://gitter.im/flutter/flutter) - 一个不错的Flutter交流渠道。
- [r/FlutterDev Subreddit](https://www.reddit.com/r/FlutterDev/) - Reddit社区,由 [u/JaapVermeulen](https://www.reddit.com/user/JaapVermeulen)提供。
- [Discord](https://discord.gg/N7Yshp4) - Discord服务器讨论并获得帮助,由[Pritykin]提供。
- [Dev Discord](https://discord.gg/N7Yshp4) - Discord服务器讨论并获得帮助,由 [Pritykin](https://twitter.com/AndrewPritykin)提供。
- [Flutter Community](https://github.com/fluttercommunity) - Flutter社区组件中心。
- [OpenFlutter](https://github.com/OpenFlutter) - Make it easier 让Flutter更简单.
- [Hashnode](https://hashnode.com/n/flutter) - 阅读和撰写帖子,参与讨论或提问。
## 福利
- [It's All Widgets!](https://itsallwidgets.com) - 使用Google Flutter构建的App合集,由[Hillel Coren](https://twitter.com/hillelcoren), [Thomas Burkhart](https://twitter.com/ThomasBurkhartB), [Simon Lightfoot](https://twitter.com/devangelslondon) 和 [Scott Stoll](https://twitter.com/scottstoll2017)提供。
### 好玩的
- [The One](https://www.youtube.com/watch?v=sIIgtClYq0s) [381👍] - 一个有趣的视频。
## MIT Licensed