geodb_flutter 0.1.9 copy "geodb_flutter: ^0.1.9" to clipboard
geodb_flutter: ^0.1.9 copied to clipboard

Flutter plugin for GeoDB - search cities, states, and countries with geographic queries. Powered by Rust.

0.1.9 #

  • Added CFBundleShortVersionString to iOS/macOS framework Info.plist for App Store/TestFlight compliance

0.1.8 #

  • Fixed geoid overflow crash: geoid now passed as String instead of Int to handle values > Int64.max
  • Updated README with correct API documentation

0.1.7 #

  • Fixed iOS build: Updated C header file (geodb_ffiFFI.h) with all function declarations
  • All UniFFI bindings (Swift, Kotlin, C header) now properly synchronized with native libraries

0.1.6 #

  • Rebuilt native libraries with geoid support

0.1.5 #

  • Added geoid field to CityResult for unique geographic identification
  • Cities now return their numeric geoid from the database
  • Countries and states return geoid=0

0.1.4 #

  • Added Android support with all architectures (arm64-v8a, armeabi-v7a, x86_64, x86)
  • Fixed iOS XCFramework install name for proper dynamic library loading
  • Updated documentation

0.1.3 #

  • iOS and macOS support
  • Smart search across cities, states, and countries
  • Spatial queries (findNearest, findInRadius)
  • Embedded database (~17MB)

0.1.2 #

  • Initial iOS support with XCFramework
  • UniFFI bindings for Swift

0.1.1 #

  • macOS support added

0.1.0 #

  • Initial release
  • Core search functionality
  • Method channel implementation
1
likes
160
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for GeoDB - search cities, states, and countries with geographic queries. Powered by Rust.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, intl, plugin_platform_interface

More

Packages that depend on geodb_flutter

Packages that implement geodb_flutter