Story5

Results 5 comments of Story5

``` Flutter 3.10.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 84a1e904f4 (2 days ago) • 2023-05-09 07:41:44 -0700 Engine • revision d44b5a94c9 Tools • Dart 3.0.0 • DevTools 2.23.1...

I having the same issue,blow is my ionic info ``` cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils : 1.19.1 ionic (Ionic CLI) : 3.19.1 global packages: cordova (Cordova CLI) : 8.0.0 local packages:...

这个插件看着像凉了, pub上最后版本为2.1.5, github上上一次更新两年前

``` ndk { abiFilters += listOf("armeabi-v7a", "x86", "x86_64", "arm64-v8a") } manifestPlaceholders.apply { put("JPUSH_PKGNAME", "你的applicationId") put("JPUSH_APPKEY", "你的AppKey") put("JPUSH_CHANNEL", "developer-default") } ```