google_map_service 0.0.2
google_map_service: ^0.0.2 copied to clipboard
A Flutter package providing Google Maps services: map control, markers, polylines, geocoding, directions, and place APIs.
0.0.2 #
✨ Updates & Improvements #
- Added full DartDoc-style documentation for all classes and methods.
- Implemented custom marker utilities:
createCustomMarkerfor circular network avatarsbitmapDescriptorFromAssetfor.pngand.svgassetscreateClusterMarkerfor cluster markers with counts
- Added LatLngBounds helper for fitting map camera to source and destination.
- Updated ApiClient with complete documentation for:
- GET, POST, PUT, DELETE requests
- Multipart POST requests
- Automatic JSON encoding and centralized exception handling
- Improved logging and error handling in network requests.
- Refined package architecture for easier usage and integration in Flutter apps.
0.0.1 #
🎉 Initial Release #
- Added core Google Map Service architecture for Flutter.
- Implemented APIs for:
- Map initialization and control
- Marker and polyline management
- Geocoding and reverse geocoding
- Directions and Distance Matrix API
- Place Autocomplete and Place Details
- Included example Flutter app for demonstration.
- Added MIT License, documentation (
README.md), and code-level comments.