espresso3389 / pdfrx

pdfrx is yet another PDF viewer implementation that built on the top of pdfium. The plugin currently supports Android, iOS, Windows, macOS, Linux, and Web.
MIT License
60 stars 36 forks source link

upgrade intl ^0.18.1 to intl ^0.19.0 #151

Closed ivanzhadnov closed 4 days ago

ivanzhadnov commented 1 week ago

_

espresso3389 commented 1 week ago

On the stable channel, flutter_localizations still depends on intl 0.18.1. So we cannot upgrade intl now.

On the app level, you can use dependency_overrides on your own risk as suggested on dart-lang/i18n#759.

federico-b-visia commented 5 days ago

With Flutter 3.22 flutter_localizations depends on intl 0.19.0, could be useful to return back to intl 0.19.0

espresso3389 commented 4 days ago

It's just complicated moment now. Some user goes Flutter 3.22 and others remain on older versions... So the only way to support intl 1.19.0 is pdfrx 1.1 series and it means two active branches :(

espresso3389 commented 4 days ago

OK, I just removed dependency to intl and no intl upgrade issues!