KingWu / gen_lang

gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n
BSD 2-Clause "Simplified" License
100 stars 23 forks source link

Version solving failed with firebase packages #30

Open riccardogabellone opened 2 years ago

riccardogabellone commented 2 years ago

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_localnotifications >=9.1.5 <10.0.0-dev.1.

Is there any planned update for this? Or am I missing anything!?