fadhly-permata / flutter_money_formatter

"FlutterMoneyFormatter" is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization.
https://pub.dartlang.org/packages/flutter_money_formatter
Other
85 stars 106 forks source link

Updated "intl" dependency version #12

Open plusema86 opened 5 years ago

Gerrel commented 5 years ago

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

Pavel-Hrdy commented 4 years ago

Please merge, Flutter SDK now uses this updated version.

Gerrel commented 4 years ago

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.

DorianSaboBM commented 4 years ago

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

atnegrete commented 4 years ago

Any updates on this getting merged?

marcosnataqs commented 4 years ago

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

m-sadegh-sh commented 4 years ago

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

10ndavis commented 4 years ago

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

VictorUvarov commented 4 years ago

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