doonfrs / pluto_grid_plus

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
18 stars 20 forks source link

Update Package to Support intl: ^0.19.0 #23

Closed JeffOlajos closed 4 months ago

JeffOlajos commented 5 months ago

Please update package to support intl: ^0.19.0

doonfrs commented 5 months ago

Hi @JeffOlajos I don't think it is safe to upgrade as flutter stable version still depends on 0.18 flutter_localization and some other packages will break the build https://github.com/flutter/flutter/issues/139861

JeffOlajos commented 5 months ago

Seems a number of other packages we use are now dependant on Intl: 0.19.0 so IM not sure what the issue might be