Closed
Description
The locale fur_Latn_IT
is not supported by Dart but it's a valid locale.
How to reproduce:
import 'package:intl/intl.dart'; // for date format
void main() {
NumberFormat.currency(locale: 'fur_Latn_IT').format(2.3);
}
The output:
Uncaught Error: Invalid argument(s): Invalid locale "fur_Latn_IT"
I know it's a tricky one but a few user has this crash on our App.