安卓端 一、配置 1、把google-services.json文件放到android/app/目录下 2、配置android/settings.gradle.kts增加 G...
安卓端 一、配置 1、把google-services.json文件放到android/app/目录下 2、配置android/settings.gradle.kts增加 G...
方法一:直接修改 修改文件:android/app/src/main/AndroidManifest.xml 方法二:支持国际化 1、修改文件:android/app/src...
@可接文件/可接插件
https://codex.aixiaobo.cn[https://codex.aixiaobo.cn]
这个错误,是pod导入第三方库的时候,经常出现的问题解决方法
第一步、下载Lookin APP 官网地址[https://lookin.work] 第二步、在项目中集成LookinServer 集成方法 Swift Project Ob...
第一步、申请CarPlay权限 第二步、导入entitlement文件 可以新建entitlement文件,也可以在原来的entitlement文件中添加: 在target ...
把Embed Foundation Extensions移动到Run Script下面 参考文章:Flutter IOS端Cycle inside Runner; build...
安装Xcode Build Server 这个工具让 SourceKit-LSP 能在 Xcode 之外运行,有了它才能跳转定义、查看调用关系。 安装xcbeautify 格...
截图来源自苹果官方:
QSInAppPurchase[https://github.com/fallpine/QSInAppPurchase]使用方法:直接用Pod导入,pod 'QSInAppP...
一、withCheckedContinuation 将回调封装成 async/await让旧式异步代码(例如基于闭包、delegate、通知的 API)可以以 await 的...
第一步,创建一个平台View(继承FlutterPlatformView) 第二步,创建一个工厂类(继承FlutterPlatformViewFactory) 里面有一个坑,...
可滚动控件(比如:UIscrollView)