- Updated minimum supported SDK version to Flutter 3.24/Dart 3.5.
- Updated
flutter_inappwebview
dependency version to the latest^6.1.5
- Fix typo
- Example App targets Android SDK 34 version
- Update docs and example
- Dart SDK version
>=2.17.0 <4.0.0
- Flutter minimum version
3.0.0
- Updated Android
minSdkVersion
to19
- 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) withXCode version >= 14
- fix #12 issue : show representative jibunAddress
- 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.
- fix a bug below Android 10.
- add "bname1" parameter.
- remove "webview_flutter" from dependencies. all components related to Webview(local hosting, javascript message, view page...) are integrated using "flutter_inappwebview" package.
- fix "not callback when geocoding value is null"
- fix protocol error and update html file
- fix platform geocoding returns wrong coordinates.
- add kakao geocoding(optional)
- update docs
- provides latitude and logitude
- update docs
- add search w/ localhost server
- update README.md
- add Korean docs
- add 'userSelectedAddress' getter
- update docs typo
- update docs & fix android bug(can't listen callback)
- initial publish