-
Notifications
You must be signed in to change notification settings - Fork 105
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
Updated "intl" dependency version #12
base: dev
Are you sure you want to change the base?
Conversation
should not update until flutter sdk master branch is on this version too. |
Please merge, Flutter SDK now uses this updated version. |
Yes Flutter sdk is now updated for 0.16.0, but not all libraries are updated so I propose a broader pubspec constraint like |
We are facing the same issue in our project, please update as soon as you can on 0.16.0, if it is possible? @fadhly-permata |
Any updates on this getting merged? |
Why not merged yet? @fadhly-permata help us! |
At this time it's impossible to use this package with latest version of Flutter. Is there any workaround to overcome this issue? |
@fadhly-permata Can we please get this reviewed, or have another developer given access to help approve PR's? This is a very simple change but is blocking us from using your plugin. |
If you are using the newest version of intl package you can override this packages intl dependency in your pubspec.yaml file. dependency_overrides:
intl: ^0.16.1 |
No description provided.