kpostal 2.0.0 copy "kpostal: ^2.0.0" to clipboard
kpostal: ^2.0.0 copied to clipboard

Kpostal package can search for Korean postal addresses using Kakao postcode service.

2.0.0 #

First stable release of v2. Consolidates all changes since 1.1.0, including the 2.0.0-beta.1/beta.2 entries below.

BREAKING CHANGES #

  • Migrated from flutter_inappwebview to the official webview_flutter package. (thanks to @huynguyennovem, #28)
  • Hosted search page moved to kakao_postcode_v2.html. The existing kakao_postcode.html is kept untouched for 1.x users.
  • Updated minimum supported SDK version to Flutter 3.38/Dart 3.10.
  • Updated geocoding dependency to ^5.0.0.

NEW FEATURES #

  • Web support: renders the postcode page in an iframe. useLocalServer is not supported and ignored on the web.
  • macOS support via webview_flutter and geocoding 5.0.
  • Platform geocoding (latitude/longitude) works on Android/iOS/macOS. On other platforms it returns null; use kakaoKey geocoding instead.

FIXES #

  • Fixed a crash (UnimplementedError) when opening KpostalView on macOS: setBackgroundColor is not implemented by WKWebView on macOS and is now skipped there.

2.0.0-beta.2 #

FIXES #

  • Fixed pub.dev platform detection so the Web platform tag is granted: platform geocoding now sits behind a conditional import, and package:geocoding is no longer imported on web builds. No API changes — latLng/searchLocation still return the same Location class (re-exported from geocoding_platform_interface).

DOCS #

  • Overhauled README (logo header, features, collapsible setup guides, migration guide, roadmap).
  • Added .pubignore to exclude documentation/hosting-only files from the package archive.

2.0.0-beta.1 #

BREAKING CHANGES #

  • Migrated from flutter_inappwebview to the official webview_flutter package. (thanks to @huynguyennovem, #28)
  • Hosted search page moved to kakao_postcode_v2.html. The existing kakao_postcode.html is kept untouched for 1.x users.
  • Updated minimum supported SDK version to Flutter 3.38/Dart 3.10.
  • Updated geocoding dependency to ^5.0.0.

NEW FEATURES #

  • Web support: renders the postcode page in an iframe. useLocalServer is not supported and ignored on the web.
  • macOS support via webview_flutter and geocoding 5.0.
  • Platform geocoding(latitude/longitude) works on Android/iOS/macOS. On other platforms it returns null; use kakaoKey geocoding instead.

1.1.0 #

  • Updated minimum supported SDK version to Flutter 3.24/Dart 3.5.
  • Updated flutter_inappwebview dependency version to the latest ^6.1.5

1.0.0 #

ENHANCEMENTS #

  • Fix typo
  • Example App targets Android SDK 34 version
  • Update docs and example

BREAKING CHANGES #

  • Dart SDK version >=2.17.0 <4.0.0
  • Flutter minimum version 3.0.0
  • Updated Android minSdkVersion to 19
  • Changed flutter_inappwebview dependency version to ^6.0.0
  • Changed geocoding dependency version to ^3.0.0
  • The minimum iOS version to be 9.0(ios/Podfile) with XCode version >= 14

0.5.1 #

  • fix #12 issue : show representative jibunAddress

0.5.0 #

  • remove pubspec.lock from git.
  • update dependencies.
  • improve method for searching latitude and logitude through geocoding. if not found by eng address, retry using kor address.
  • log info.

0.4.2 #

  • fix a bug below Android 10.

0.4.1 #

  • add "bname1" parameter.

0.4.0 #

  • remove "webview_flutter" from dependencies. all components related to Webview(local hosting, javascript message, view page...) are integrated using "flutter_inappwebview" package.

0.3.2 #

  • fix "not callback when geocoding value is null"
  • fix protocol error and update html file

0.3.1 #

  • fix platform geocoding returns wrong coordinates.
  • add kakao geocoding(optional)
  • update docs

0.3.0 #

  • provides latitude and logitude
  • update docs

0.2.0 #

  • add search w/ localhost server

0.1.3 #

  • update README.md
  • add Korean docs
  • add 'userSelectedAddress' getter

0.1.2 #

  • update docs typo

0.1.1 #

  • update docs & fix android bug(can't listen callback)

0.1.0 #

  • initial publish
74
likes
160
points
1.38k
downloads

Documentation

API reference

Publisher

verified publishertykan.dev

Weekly Downloads

Kpostal package can search for Korean postal addresses using Kakao postcode service.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, geocoding, geocoding_platform_interface, web, webview_flutter

More

Packages that depend on kpostal