korea_super_formatter 1.0.1
korea_super_formatter: ^1.0.1 copied to clipboard
Korean-specific formatters for Flutter. Supports KRW currency, phone numbers, dates, privacy masking, business numbers, and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add korea_super_formatterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
korea_super_formatter: ^1.0.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:korea_super_formatter/korea_super_formatter.dart';