nik_parser 0.0.1
nik_parser: ^0.0.1 copied to clipboard
A Dart package for parsing and validating Indonesian NIK (Nomor Induk Kependudukan) numbers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nik_parserThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nik_parser: ^0.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:nik_parser/nik_parser.dart';