# flutter_template **Repository Path**: oldyangsir/flutter_template ## Basic Information - **Project Name**: flutter_template - **Description**: flutter flutter_boot template - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-14 - **Last Updated**: 2021-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. ### pub 国内镜像 - [dart-pub](https://dart-pub.mirrors.sjtug.sjtu.edu.cn/) #### fluttify - [fluttify](https://fluttify.com/) - [fluttify-project](https://github.com/fluttify-project) - [fluttify-core-example](https://github.com/fluttify-project/fluttify-core-example) #### 主题管理 ``` Theme ``` #### 路由 - [fluro 路由组件](https://github.com/theyakka/fluro) #### 接口请求和序列化 - [fengwuxp_dart_feign](https://github.com/fengwuxp/fengwuxp_dart_feign) #### 权限检查 - [flutter-permission-handler](https://github.com/Baseflow/flutter-permission-handler) #### profile,环境变量配置 - [dart_environment_config](https://github.com/TatsuUkraine/dart_environment_config) ``` 生成命令: flutter pub run environment_config:generate --config=env/dev_config.yaml ``` #### 检查更新插件 - [r_upgrade](https://github.com/rhymelph/r_upgrade); #### 消息推送 - [fake_push](https://github.com/v7lin/fake_push) #### 图片相关 - [extended_image](https://github.com/fluttercandies/extended_image) - [photo_view](https://github.com/renancaraujo/photo_view) ``` https://zhuanlan.zhihu.com/p/88936569 ``` #### oss -[aliossflutter](https://github.com/jlcool/aliossflutter) #### 打开第三方应用 - [url_launcher](https://dart-pub.mirrors.sjtug.sjtu.edu.cn/packages/url_launcher) - [flutter_appavailability](https://github.com/pichillilorenzo/flutter_appavailability) - [flutter_plugin_device_apps](https://github.com/g123k/flutter_plugin_device_apps) - [Flutter打开三方app](https://www.jianshu.com/p/c394070145f9) #### 第三方支付、分享、登录 - [flutter_oupay](https://gitee.com/woguava/flutter_oupay/) - [fake_alipay](https://github.com/v7lin/fake_alipay) - [ShareSDK-For-Flutter](https://github.com/MobClub/ShareSDK-For-Flutter) ``` http://www.mob.com/wiki/detailed?wiki=ShareSDK_for_Flutter&id=14 ``` #### 下拉刷新 - [flutter_easyrefresh](https://github.com/xuelongqy/flutter_easyrefresh) - [flutter_pulltorefresh](https://github.com/peng8350/flutter_pulltorefresh) #### 音视频 - [Flutter-Music-Player](https://github.com/iampawan/Flutter-Music-Player) - [chewie](https://github.com/brianegan/chewie) - [flutter_ijkplayer](https://github.com/CaiJingLong/flutter_ijkplayer) #### 地图定位 - [flutter_bmap_plugin](https://github.com/scofield-hello/flutter_bmap_plugin) - [flutter_map](https://github.com/johnpryan/flutter_map) #### 闪屏图 -[flutter_native_splash](https://github.com/henriquearthur/flutter_native_splash) #### ui库 - [flui](https://github.com/Rannie/flui) - [cool_ui](https://github.com/Im-Kevin/cool_ui) #### toast、spin、loading - [bot_toast](https://github.com/MMMzq/bot_toast) - [fluttertoast](https://github.com/PonnamKarthik/FlutterToast) - [giffy_dialog](https://github.com/xsahil03x/giffy_dialog); - [flutter_spinkit](https://github.com/jogboms/flutter_spinkit) - [step-progress-indicator](https://github.com/SandroMaglione/step-progress-indicator) - [IntervalProgressBar](https://github.com/stefanJi/IntervalProgressBar) - [flutter_easyloading](https://github.com/huangjianke/flutter_easyloading) #### flutter_plugins_demo - [flutter_plugins_demo](https://github.com/826327700/flutter_plugins_demo) #### 开源组件 - [flutter_boost](https://github.com/alibaba/flutter_boost) - [fluro 路由组件](https://github.com/theyakka/fluro) - [fish-redux](https://github.com/alibaba/fish-redux) #### idea相关插件 - [built-value-snippets](https://github.com/GiancarloCode/built-value-snippets) - [flutter-img-sync](https://github.com/Leo0618/flutter-img-sync) - [dart-data-plugin](https://github.com/andrasferenczi/dart-data-plugin) #### flutter相关资料: - [语言](https://www.dartcn.com/guides/language/language-tour) ##### 社区开源案例: - [官方仓库](https://github.com/flutter/flutter) - [flutter混合项目基础框架,闲鱼开源](https://github.com/alibaba/flutter_boost) - [flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档](https://github.com/alibaba/flutter-go) - [一个完整的git 客户端程序](https://github.com/CarGuo/gsy_github_app_flutter) ##### 中文社区: - [中文网](https://flutterchina.club/) - [flutter-掘金社区](https://juejin.im/tag/Flutter) #### 视频教程: - [bilibili flutter教程](https://space.bilibili.com/480410119)