native_test_2
flutter-广告插件
目前只接入了安卓端
安卓文档中通过 implementation fileTree(include: '*.jar', '*.aar'
, dir: 'libs')引入全部aar包后不需要再使用
implementation('libs/openAD-2.5.6.aar')引入,不然会重复引用报错
文档中穿山甲的implementation "com.pangle.cn:mediation-sdk:6.2.1.7"好像不能使用,改插件是通过aar包引入
Getting Started
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.