I have encountered this issue when I try using one of the following packages
firebase_crashlytics: ^2.4.4
firebase_messaging: ^11.2.4
firebase_core: ^1.10.66
flutter_local_notifications: ^9.1.5
with gen_lang: ^0.1.3
Issue seems to be related with args, cause of this log when I run flutter pub get :
Because no versions of gen_lang match >0.1.3 <0.2.0 and gen_lang 0.1.3 depends on args >=0.12.1 <2.0.0, gen_lang ^0.1.3 requires args >=0.12.1 <2.0.0.
And because dbus >=0.2.0 depends on args ^2.0.0, gen_lang ^0.1.3 is incompatible with dbus >=0.2.0.
And because flutter_local_notifications >=9.1.5 <10.0.0-dev.1 depends on flutter_local_notifications_linux ^0.4.0 which depends on dbus ^0.6.0, gen_lang ^0.1.3 is incompatible with flutter_local_notifications >=9.1.5 <10.0.0-dev.1.
Is there any planned update for this? Or am I missing anything!?
I have encountered this issue when I try using one of the following packages
with
gen_lang: ^0.1.3Issue seems to be related with
args, cause of this log when I runflutter pub get:Because no versions of gen_lang match >0.1.3 <0.2.0 and gen_lang 0.1.3 depends on args >=0.12.1 <2.0.0, gen_lang ^0.1.3 requires args >=0.12.1 <2.0.0.
And because dbus >=0.2.0 depends on args ^2.0.0, gen_lang ^0.1.3 is incompatible with dbus >=0.2.0.
And because flutter_local_notifications >=9.1.5 <10.0.0-dev.1 depends on flutter_local_notifications_linux ^0.4.0 which depends on dbus ^0.6.0, gen_lang ^0.1.3 is incompatible with flutter_local_notifications >=9.1.5 <10.0.0-dev.1.
Is there any planned update for this? Or am I missing anything!?