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 105 forks source link

null safety #34

Open HamiidrezaRamezani opened 3 years ago

HamiidrezaRamezani commented 3 years ago

null safety in dart version 2.12.0 and publish to pub.dart lang , i want use this package in my project , but after i wanna release apk show me errors than - package:flutter_money_formatter does not null safety .

Daviking95 commented 3 years ago

null safety in dart version 2.12.0 and publish to pub.dart lang , i want use this package in my project , but after i wanna release apk show me errors than - package:flutter_money_formatter does not null safety .

Hello, use this link to get the one with null safety : https://gitlab.com/Daviking95/fluttermoneyformatter.git

You can add it in your pubspec file like this :

flutter_money_formatter: git : https://gitlab.com/Daviking95/fluttermoneyformatter.git

jabguru commented 2 years ago

https://pub.dev/packages/money_formatter use this