channdara / flutter_localization

BSD 3-Clause "New" or "Revised" License
10 stars 17 forks source link

intl dependency #13

Closed Dufayel closed 5 months ago

Dufayel commented 5 months ago

There is a possibility to update the intl dependency to version 0.19.0

channdara commented 5 months ago

Hello @Dufayel I'm sad to say that I cannot update that package. The short explanation is this package does not use the intl package but depends on Flutter SDK flutter_localizations that use the intl package. We must wait until the Flutter SDK updates the intl package.

Dufayel commented 5 months ago

Hello @channdara

OK, thanks for the answer.