ohochat_address 1.0.0 copy "ohochat_address: ^1.0.0" to clipboard
ohochat_address: ^1.0.0 copied to clipboard

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

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();

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

  print('${results.first.toJson()}');
}
3
likes
160
points
36
downloads

Publisher

verified publisheroho.chat

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#address #thailand #ohochat #location #input

Documentation

API reference

License

MIT (license)

More

Packages that depend on ohochat_address