thai_address 1.0.2 copy "thai_address: ^1.0.2" to clipboard
thai_address: ^1.0.2 copied to clipboard

A lightweight Thailand address helper for Flutter, simplifying address handling across mobile, web, and desktop platforms.

example/thai_address.dart

import '../lib/thai_address.dart';

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

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

  print('${results.first.toJson()}');
}
0
likes
150
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Thailand address helper for Flutter, simplifying address handling across mobile, web, and desktop platforms.

Topics

#address #thailand #location #input

Documentation

API reference

License

MIT (license)

More

Packages that depend on thai_address