kakao_map_plugin 0.2.4 kakao_map_plugin: ^0.2.4 copied to clipboard
This is a plug-in project made by using the webview_flutter package so that the javascript of Kakao map api can be used on the flutter.
0.2.4 #
- Modified CustomOverlay click event
0.2.3 #
- Added Marker Clusterer
0.2.2 #
- Changed the default value of the image marker's offset.
0.2.1 #
- Modified to accept xAnchor, yAnchor, and zIndex as parameters.
0.2.0 #
- Fixed bugs in getLevel and getMapTypeId.
0.1.9 #
- Adjusted the timing of the 'addJavaScriptChannels' invocation
0.1.8 #
- Changed the timing of setting map for CustomOverlay
0.1.7 #
- Added CustomOverlay click event
0.1.4 #
- Added callbacks to detect the drag start and end events of a marker
0.1.3 #
- Add the "isClickable" option to the CustomOverlay creation.
0.1.2 #
- Added Dart document comments
- Added "generated" folder to .gitignore
0.1.1 #
- Changed ControlPosition enum variables from upper camel case to lower camel case
- Updated webview_flutter package to the latest version
- Added webview_flutter_android and webview_flutter_wkwebview
- Migrated to the new version of webview_flutter package
0.1.0 #
- Implemented and added a sample for loading views
- Added drawing rectangles functionality
- Changed onMarkerClick to onMarkerTap
0.0.1 #
- Initial release.