gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n
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_localnotifications >=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.3
Issue seems to be related withargs
, 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_localnotifications >=9.1.5 <10.0.0-dev.1.
Is there any planned update for this? Or am I missing anything!?