You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!?
The text was updated successfully, but these errors were encountered:
I have encountered this issue when I try using one of the following packages
with
gen_lang: ^0.1.3
Issue 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!?
The text was updated successfully, but these errors were encountered: