dvhcvn 2.0.20240501 copy "dvhcvn: ^2.0.20240501" to clipboard
dvhcvn: ^2.0.20240501 copied to clipboard

Three tiers of Vietnam's administrative units (last update: 01/05/2024)

example/lib/main.dart

// ignore_for_file: avoid_print

import 'package:dvhcvn/dvhcvn.dart' as dvhcvn;

void main() {
  final haNoi = dvhcvn.findLevel1ById('01');
  final baDinh = haNoi?.findLevel2ById('001');
  final phucXa = baDinh?.findLevel3ById('00001');

  print(phucXa); // Thành phố Hà Nội > Quận Ba Đình > Phường Phúc Xá
}
21
likes
140
pub points
73%
popularity

Publisher

verified publisherdaohoangson.com

Three tiers of Vietnam's administrative units (last update: 01/05/2024)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on dvhcvn