indian_formatters 0.0.2
indian_formatters: ^0.0.2 copied to clipboard
A comprehensive Flutter/Dart package for India-specific number formatting, currency, validators (PAN, Aadhaar, GST, IFSC, UPI), date utilities, and address tools. All-in-one — one import, everything included.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add indian_formattersThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
indian_formatters: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:indian_formatters/indian_formatters.dart';