-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本问题该如何解决? #3
Comments
在构造JPushNotification时为android平台时 参数传递不全 |
已经上到pub了,
依赖是这样的 |
参数哪里不全,能指出来吗 |
这个是我改后的 可能参数还不是很全,主要是android 没有传extras 回来 我发现在构造里面 取值赋值会出现 值为null 所以改为了在外面接好值再去赋值 factory JPushNotification.fromMap(dynamic dic, bool fromOpen) { |
The current Dart SDK version is 2.1.0-dev.0.0.flutter-be6309690f.
Because lian_miao depends on flutter_jpush from git which requires SDK version <2.0.0, version solving failed.
版本问题该如何解决?
The text was updated successfully, but these errors were encountered: