localizely / intl_utils

Dart package that creates a binding between your translations from .arb files and your Flutter app
BSD 3-Clause "New" or "Revised" License
134 stars 78 forks source link

Update intl support and fix deprecation warning #121

Closed davidmartos96 closed 9 months ago

davidmartos96 commented 9 months ago

Adds support for intl v0.19.0 and fixes a deprecation warning from petitparser v6. The deprecation fix is compatible with petitparser v4, the minimum version supported by intl_utils.

lzoran commented 9 months ago

Thanks for the PR! I have reviewed the changes, and everything looks good to me.