jpush / jpush-flutter-plugin

JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。
http://docs.jiguang.cn
MIT License
840 stars 354 forks source link

jpush_flutter have error #208

Open pomegra opened 3 years ago

pomegra commented 3 years ago

Because every version of flutter_driver from sdk depends on platform 3.0.0-nullsafety.2 and jpush_flutter 0.6.0 depends on platform ^2.0.0, flutter_driver from sdk is incompatible with jpush_flutter 0.6.0.

So, because powerblue depends on both jpush_flutter 0.6.0 and flutter_driver any from sdk, version solving failed. pub get failed (1; So, because powerblue depends on both jpush_flutter 0.6.0 and flutter_driver any from sdk, version solving failed.)

Smilefish2 commented 3 years ago

同问:

Running "flutter pub get" in overdose-flutter...                
Because jpush_flutter 0.6.0 depends on platform ^2.0.0 and every version of flutter_driver from sdk depends on platform 3.0.0-nullsafety.2, jpush_flutter 0.6.0 is incompatible with flutter_driver from sdk.

And because every version of integration_test depends on flutter_driver any from sdk, jpush_flutter 0.6.0 is incompatible with integration_test.

So, because overdose depends on both jpush_flutter 0.6.0 and integration_test any, version solving failed.
pub get failed (1; So, because overdose depends on both jpush_flutter 0.6.0 and integration_test any, version solving failed.)
exit code 1
ebwood commented 3 years ago

duplicate #202