flutter_money_formatter icon indicating copy to clipboard operation
flutter_money_formatter copied to clipboard

Updated "intl" dependency version

Open plusema86 opened this issue 5 years ago • 9 comments

plusema86 avatar Aug 30 '19 10:08 plusema86

should not update until flutter sdk master branch is on this version too. (Flutter sok has a fixed version of 0.15.8 atm)

Gerrel avatar Aug 30 '19 14:08 Gerrel

Please merge, Flutter SDK now uses this updated version.

Pavel-Hrdy avatar Sep 09 '19 09:09 Pavel-Hrdy

Yes Flutter sdk is now updated for 0.16.0, but not all libraries are updated so I propose a broader pubspec constraint like '>=0.15.8 <=0.16.0' if possible.

Gerrel avatar Sep 10 '19 14:09 Gerrel

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

DorianSaboBM avatar Oct 14 '19 07:10 DorianSaboBM

Any updates on this getting merged?

atnegrete avatar Nov 05 '19 02:11 atnegrete

Why not merged yet? @fadhly-permata help us!

marcosnataqs avatar Dec 10 '19 19:12 marcosnataqs

At this time it's impossible to use this package with latest version of Flutter. Is there any workaround to overcome this issue?

m-sadegh-sh avatar Dec 16 '19 20:12 m-sadegh-sh

@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.

10ndavis avatar Jan 06 '20 18:01 10ndavis

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

VictorUvarov avatar Jan 14 '20 02:01 VictorUvarov