localizely / flutter-ota-sample-app

Flutter sample app with Over-the-air translation updates
https://localizely.com/flutter-over-the-air/
MIT License
35 stars 2 forks source link

Localizely not compatible with latest Firebase version #6

Closed RealBug closed 1 year ago

RealBug commented 1 year ago

Hi, for the latest Firebase version, we must use mobile_scanner ^3.0.0-beta.2 so localizely is not compatible.

The pubspec: localizely_sdk: ^2.4.1 firebase_auth: ^4.1.3 firebase_crashlytics: ^3.0.6

The error: Running "flutter pub get" in app-poc... Because app depends on localizely_sdk ^2.4.1 which depends on mobile_scanner >=1.1.0 <3.0.0, mobile_scanner >=1.1.0 <3.0.0 is required. So, because app depends on mobile_scanner ^3.0.0-beta.2, version solving failed. pub get failed (1; So, because app depends on mobile_scanner ^3.0.0-beta.2, version solving failed.)

Thanks!

migalv-fu commented 1 year ago

Yeah same issue here. Any workarounds?

Alexgon9 commented 1 year ago

The same issue.

my pubspec: firebase_auth: ^4.1.4 firebase_core: ^2.3.0 localizely_sdk: ^2.4.1

the error: localizelySDK error Cocoa

lzoran commented 1 year ago

Thanks for reporting this!

We are working on it.

In case you are using only the Over-the-Air feature, maybe the usage of the localizely_sdk 2.3.0 could help until we release the fix.

lzoran commented 1 year ago

This should be fixed with the localizely_sdk 2.5.0.

Closing this issue as resolved. In case you notice any irregularities, feel free to open it again.

RealBug commented 1 year ago

Solved with the localizely_sdk 2.5.0, thx!