大家也可以提 PR,方便我操作
项目名 | 项目简介 | 项目地址 |
---|---|---|
flutter_image_compress | 图片压缩 | https://pub.dartlang.org/packages/flutter_image_compress |
oktoast | 仿 android toast 纯 flutter 实现 | https://github.com/OpenFlutter/flutter_oktoast |
photo_manager | 读取系统相册 纯 api 版 支持(ios/android) | https://github.com/CaiJingLong/flutter_photo_manager |
photo | 相册图片选择器 基于 photo_manager | https://github.com/CaiJingLong/flutter_photo |
loadmore | ListView 的加载更多 | https://github.com/OpenFlutter/flutter_listview_loadmore |
flutter_page_indicator | 配合 pageview 的简单圆点指示器 | https://github.com/CaiJingLong/flutter_page_indicator |
common_utils | Dart常用工具类库,包含日期,正则,倒计时,定时任务等工具类 | https://github.com/Sky24n/common_utils |
flustars | Flutter常用工具类库,包含SharedPreferences,屏幕等工具类 | https://github.com/Sky24n/flustars |
flutter_wanandroid | Flutter版WanAndroid App,包含启动页,引导页,主题色切换,应用国际化多语言等功能 | https://github.com/Sky24n/flutter_wanandroid |
flat_screen_lock | 密码锁界面 | https://github.com/flutter-dev/flat_screen_lock |
route_animation | 页面跳转动画自定义 | https://github.com/flutter-dev/route_animation |
flutter-webrtc | 基于Google WebRTC 框架,用于视频通话,视频会议,直播等场景,目前已支持iOS/Android, 正在移植到 desktop embedder | https://github.com/cloudwebrtc/flutter-webrtc |
flutter_map | 自己编写的一个小demo,仅供学习 | https://github.com/zyonehangao/flutter_map.git |
FlutterJsonBeanFactory | 帮助大家直接在ide里json生成实例,扫描lib下的所有以entity结尾的类,来帮助通过类是反射生成实例 | https://github.com/zhangruiyu/FlutterBeanFactory |
flutter_easyrefresh | Flutter版的SmartRefreshLayout,下拉刷新以及上拉加载,集成了多种风格的Header和Footer,但是它并没有局限性,你可以很轻松的自定义。 | https://github.com/xuelongqy/flutter_easyrefresh |
PullToRefresh_Flutter | Flutter上拉加载,下拉刷新控件 | https://github.com/baoolong/PullToRefresh_Flutter |
cool_ui | 用flutter实现一些我认为好看的UI控件 | https://github.com/Im-Kevin/cool_ui |