flutter_indian_utils 0.1.1
flutter_indian_utils: ^0.1.1 copied to clipboard
A comprehensive utility package for Indian developers. Includes validators, formatters, and converters for PAN, Aadhaar, GSTIN, mobile numbers, currency, and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_indian_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_indian_utils: ^0.1.1Alternatively, 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:flutter_indian_utils/flutter_indian_utils.dart';