解决打包APK错误:error: resource android:attr/lStar not found原因是 flutter 在打包时会检查 compileSdkVersion 和 buildToolsVersion,有些旧的插件没有定义。星野米奥2025年1月13日
解决Could not create task …this and base files have different roots直接编译运行Flutter项目是没问题的,但是单独打开Android项目进行编译却报错了。星野米奥2024年12月9日
解决“No CMAKE_CXX_COMPILER could be found.”更新VisualStudio导致的WindowsSDK或MSVC版本混乱,删除旧版本,尽量只保留最新版本就可解决。星野米奥2024年10月17日
解决“jvm target compatibility should be set to the same Java version”这个错误是由于Java和Kotlin的JVM目标版本不一致导致的。星野米奥2024年9月25日
Git下载指定文件夹的方法以https://github.com/tilongzs/flutter_study_demo.git为例,只下载circle_animation/lib文件夹星野米奥2024年7月21日