当前位置:   article > 正文

亲测-原生android 跳转到flutter页面

亲测-原生android 跳转到flutter页面

当前状态:
原生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'
 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/583376
推荐阅读
相关标签
  

闽ICP备14008679号