ohochat_address 0.0.1+rc copy "ohochat_address: ^0.0.1+rc" to clipboard
ohochat_address: ^0.0.1+rc copied to clipboard

A no-nonsense Thailand address helper.

example/ohochat_address.dart

import 'package:ohochat_address/ohochat_address.dart';

// dart run packages/ohochat_address/example/ohochat_address.dart
void main() {
  final location = Location();

  List<DatabaseSchema> results = location.execute(DatabaseSchemaQuery(
    postalCode: '10270',
    subDistrictName: 'ปากน้ำ',
  ));

  print("${results.first.toJson()}");
}
3
likes
0
points
48
downloads

Publisher

verified publisheroho.chat

Weekly Downloads

A no-nonsense Thailand address helper.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on ohochat_address