NumberFormat not found flutter NumberFormat not found flutter flutter flutter

NumberFormat not found flutter


Add intl to your pubspec.yaml

dependencies:  intl: "^0.16.1"

Check for latest version at https://pub.dev/packages/intl

and then import following:

import "package:intl/intl.dart";