Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
401 stars 118 forks source link

flutter_device_locale 0.3.2 cannot be installed #17

Closed MichaelMarner closed 4 years ago

MichaelMarner commented 4 years ago

The latest version of flutter_device_locale, which is a dependency of this project cannot be installed:

https://github.com/jesway/flutter_device_locale/issues/1

0.3.2 is currently not installable, but there is a PR to fix the issue.

Making a note here in case anybody else runs into this problem - a workaround for now is to explicitly add 0.3.1 to your project's pubspec.yml:

  flutter_device_locale: 0.3.1

Until this upstream issue has been fixed