# flutter_study **Repository Path**: storecode/flutter_study ## Basic Information - **Project Name**: flutter_study - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flutter学习 以下文章的Demo代码都在这个仓库里面。 # 我的简书文章 * [Flutter中ScrollView及其子类(ListView等)的下拉刷新](https://www.jianshu.com/p/46bb225c2875) * [Flutter ScrollView上拉加载更多](https://www.jianshu.com/p/f68df93c4411) * [Flutter路由跳转及参数传递](https://www.jianshu.com/p/866619e22941) * [Flutter TextStyle参数解析](https://www.jianshu.com/p/0c3e4d9ccc92) * [使用主题](https://www.jianshu.com/p/7c1754e9e2ff) * [使用SnackBar](https://www.jianshu.com/p/fbc8236fc8db) * [md5加密](https://www.jianshu.com/p/de01102e526f) * [使用顶部切换导航TabBar](https://www.jianshu.com/p/fbd1d0e22f9c) * [Flutter Dart 静态变量值为null的bug](https://www.jianshu.com/p/9cc66755182b) * [最近学习做的一个App 游戏段子](https://github.com/chinabrant/GameJoke) # Flutter 网站 * [官网](http://flutter.io/) * [Flutter 中文网](https://flutterchina.club/) * [Medium Flutter](https://medium.com/flutter-io) * [Dart 语言中文论坛](http://www.cndartlang.com/) * [Flutter 中文论坛](http://flutter-dev.cn) * [官网中文版](http://doc.flutter-dev.cn) * [从环境搭建到进阶系列教程](http://flutter-dev.com/bbs/topic/12) # Flutter资源 * [awesome-flutter](https://github.com/Solido/awesome-flutter) 收集得太全了 * [官方插件](https://github.com/flutter/plugins) * [FlutterExampleApps](https://github.com/iampawan/FlutterExampleApps) 这里有不少Flutter写的项目【英文】 * [Flutter写的开源中国客户端 FlutterOSC](https://github.com/yubo725/FlutterOSC) UI看起来还不错 【中文】 * [DroidKaigi 2018 Flutter App](https://github.com/konifar/droidkaigi2018-flutter) 也是一个开源的客户端 日本的 * [官方的Plugins](https://github.com/flutter/plugins) [英文] * [生成二维码的一个库](https://github.com/lukef/qr.flutter) [英文] * [Google charts](https://github.com/google/charts) 一个图表库 【英文】 * [Section Header 悬停的ListView](https://github.com/itsJoKr/sticky_header_list) [英文] * [轮播组件](https://github.com/gbrvalerio/carousel) [英文] * [Tensorflow flutter 接口](https://github.com/kashifmin/flutter_tensorflow_lite) [英文] * [Markdown 组件](https://github.com/flutter/flutter_markdown) 用了一下,功能不是太完善.不过基本上够用了,可以完全定制 * [Readhub Flutter 客户端](https://github.com/flyou/readhub_flutter) 【中文】 * [RXDart](https://github.com/ReactiveX/rxdart) RxSwift用起来很爽,dart不知道怎么样。 * [又是一个Examples集合](https://github.com/nisrulz/flutter-examples)这个里面例子都是比较简单的 * [menu_flutter](https://github.com/braulio94/menu_flutter) 一个flutter app,UI不错 * [flutter_launcher_icons](https://github.com/franzsilva/flutter_launcher_icons) flutter的启动页面 * [conference_app](https://github.com/dart-lang/conference_app) 又是一个app * [inKino](https://github.com/roughike/inKino) 一个app * [TodoMVC](https://github.com/brianegan/flutter_architecture_samples) TodoMVC 这个可以去看一下 * [udacity-course github代码](https://github.com/flutter/udacity-course) udacity上的Flutter课程,Google开发的[课程地址](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) * [仿知乎的UI](https://github.com/HackSoul/zhihu-flutter) * [fluro 路由库](https://github.com/theyakka/fluro) 很早就用过了 # 加解密 * [PointyCastle](https://github.com/PointyCastle/pointycastle) 这个很全面 * [encrypt](https://github.com/leocavalcante/encrypt) 这个是基于PointyCastle的,提供更好用的api # 网络 * [http](https://pub.dev/packages/http) 这个是官方的 * [dio](https://pub.dartlang.org/packages/dio) 提供了一些其它的功能,像拦截器,全局配置等,但是有时候会有问题。自测有时候返回的数据会有问题,不知道是不是内部做了什么转换。 * [http_multi_server](https://pub.dev/packages/http_multi_server) # 编码转换 * [gbk2utf8](https://github.com/jzoom/gbk2utf8) 爬网页的会用到的 # 博客 * [y的博客](https://7449.github.io/) * [Flutter.link](http://flutter.link/) # 每日关注 * [github dart trending](https://github.com/trending/dart?since=daily)