-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump intl to v.0.18.0 #222
Comments
I second this |
I don't know if my issue is similar but I've custom locale defined in the material app already so I don't understand how device preview locale will also work as only one locale can be defined. |
Because no versions of device_preview match >1.1.0 <2.0.0 and device_preview 1.1.0 depends on flutter_localizations from sdk, device_preview ^1.1.0 requires flutter_localizations from sdk. |
I think this package is pretty feature complete in general - if you want, you should fork your own version, upgrade or downgrade the dependency, and run your version directly. I'm not sure what else the author could really do to improve this package aside from occasionally improving some random things here and there. It's a masterpiece. |
@mikhael28, that was my intention but, browsing through the plugin's code, I cannot find where to upgrade intl dependency. |
It is inherited via the version of the flutter language. I've already fixed this issue in #225 though |
I have made updates for compatibility and released a new package. This is for sharing, not for promotional purposes. I hope it doesn't hinder any discussions. Package: device_preview_minus |
@rbdog Is it feasible to update the intl version to ^0.18.1 and push an update to your package? This happens to be the latest version available. |
Hi, @Yetispapa
|
This is more of a request than an issue. It would be very helpful and not such an overhead to upgrade the dependecy with package intl to v0.18.0.
Let me know your thoughts.
The text was updated successfully, but these errors were encountered: