Closed smarinier closed 1 year ago
Intl 17-> 18 adds new get/set methods for maximumSignificantDigits and minimumSignificantDigits
As NumberFormatSI from Quantity "implements" NumberFormat, dart compilation breaks on:
Error: The non-abstract class 'NumberFormatSI' is missing implementations for these members:
(and also its other extended classes : EngineeringFormatSI, ScientificFormatSI)
Thank you. I will address this later this week.
This should also fix analysis issue : https://pub.dev/packages/quantity/score
Community PR merged.
Intl 17-> 18 adds new get/set methods for maximumSignificantDigits and minimumSignificantDigits
As NumberFormatSI from Quantity "implements" NumberFormat, dart compilation breaks on:
Error: The non-abstract class 'NumberFormatSI' is missing implementations for these members:
(and also its other extended classes : EngineeringFormatSI, ScientificFormatSI)