赞
踩
当前状态:
原生android 和flutter都能跑通
android studio 版本2023.3.1
解决方式
1.新建flutter项目
点击new flutter 点next 点project type 选module
2(如果快速的话,此处将 flutter的lib和assets考过来)也可以后面在搞
且将pubspec.yaml 对比下
3.到处aar 为本地maven
会出现Consuming the Module 出现4个步骤
4.按上步骤 在build gradle依赖
debugImplementation 'com.abc:flutter_debug:1.0'
profileImplementation 'com.abc:flutter_profile:1.0'
releaseImplementation 'com.abc:flutter_release:1.0'
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。