Android Studio 3.5 配置 Flutter开发环境

https://blog.csdn.net/qq_37199105/article/details/81007683Flutter配置在AndroidStudio最新教程(完美避开各种大坑小坑)

https://www.jianshu.com/p/cda416e2fc0d 一份完整的Android Studio搭建Flutter教程

https://www.jianshu.com/p/c552fca89f19AndroidStudio安装Flutter和Dart插件

https://www.jianshu.com/p/a0d8f4dc5180 Android studio 安装插件Flutter:Plugin ‘Flutter’ is incompatible with this installation(通用于其他idea插件和id…
https://www.cnblogs.com/niceyoo/p/9240359.html 1、Flutter_初体验_创建第一个应用_AndroidStudio_windows

新建Flutter项目后,如果报红
在这里插入图片描述
https://www.cnblogs.com/loaderman/p/11126653.html Flutter 目录结构介绍
https://www.jianshu.com/p/183eee423d27 Flutter 目录结构和项目资源
https://www.cnblogs.com/niceyoo/p/9240359.html
https://pub.flutter-io.cn/ 包查找
https://xsfelvis.github.io/2018/12/01/Flutter%E5%85%A5%E5%9D%91%E6%8C%87%E5%8D%97/ Flutter入坑指南

https://www.jianshu.com/p/0d28da6d7b9d Flutter 常用三方库收集
https://segmentfault.com/a/1190000015995944 flutter初探,从零开始搭建一个app

flutter build failed. Android dependency ‘androidx.core:core’ has different version for the compile (1.0.0) and runtime (1.0.1) classpath

try upgrading the gradle dependency: classpath from 'com.android.tools.build:gradle:3.2.1' to
 'com.android.tools.build:gradle:3.3.1'

pubspec.yaml 中对 格式有严格要求,包括空格

https://www.cnblogs.com/sddai/p/9626392.html YAML文件简介
https://www.jianshu.com/p/9e5cc4ba3a8e 我的Flutter开源库集合
https://blog.csdn.net/qq_23756803/article/details/99028384 Flutter | 可能是目前最好用的仿微信聊天长按弹出框 WPopupMenu
https://www.jianshu.com/p/559d0b4edce5 Flutter 第三方模块
https://flutter-io.cn/docs/development/ui/widgets-intro
https://www.cnblogs.com/yangyxd/p/9232308.html 【Flutter】Flutter 一些常用库https://www.jianshu.com/p/748917c987d7 Flutter的需要与原生交互的一些常用库
https://blog.csdn.net/sd19871122/article/details/83580006 Flutter的需要与原生交互的一些常用库
https://github.com/AweiLoveAndroid/Flutter-learning/blob/master/readme/Flutter%E7%9A%84%E9%9C%80%E8%A6%81%E4%B8%8E%E5%8E%9F%E7%94%9F%E4%BA%A4%E4%BA%92%E7%9A%84%E4%B8%80%E4%BA%9B%E5%B8%B8%E7%94%A8%E5%BA%93.md
https://github.com/buhuiming/flutter_nb 一个集成环信IM的Flutter项目。(Flutter IM,Flutter即时通讯)
https://github.com/Prashant09mca/flutter_firebase_realtime_database flutter_firebase_realtime_database
https://github.com/MatteoColombo/dima-2018-colombo-troianiello
firebase_auth: ^0.14.0
27 cloud_firestore: ^0.12.9
28 firebase_storage: ^3.0.5
https://github.com/wqxcloud/talk_casually 使用Flutter框架和Firebase平台开发的实时聊天APP
https://github.com/AkashDivya/Explore-Flutter-FireStore This is a Flutter App with Firebase’s Cloud FireStore Database and Google Map. This app represents that Beautiful UI can be implemented with the Best Performance.
https://github.com/WeilunY/TodoS A shared todo list created with flutter and firebase
https://github.com/angelicaintan/friendly-couscous Dr Level Up

猜你喜欢

转载自blog.csdn.net/w690333243/article/details/100518606
今日推荐