Map location picker for flutter Based on google_maps_flutter
Stars
49
Forks
89
Watchers
49
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
86
commits
3
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Update pubspec.yaml to lower SDK and Flutter version constraints, add retrofit and web dependencies. Update pubspec.lock with new package versions and SHA256 checksums. Refactor import path for autocomplete_service in map_location_picker.dart and enhance layout in MapLocationPicker for improved UI responsiveness.
b55ba58View on GitHubUpdate to version 3.1.0, adding cancelToken, headers, and interceptors to new APIs. Fix rooftop geocoding API. Update dependencies including google_maps_flutter and google_maps_apis for improved functionality and compatibility.
5d4757bView on GitHubRefactor MapLocationPicker to remove unnecessary logging statements, improving code clarity and reducing console output during location retrieval.
1ca57f5View on GitHubUpdate geocoding implementation to use GeocodingResult instead of Place, enhancing type safety and consistency. Add google_maps_apis dependency via Git reference for better version control. Update Info.plist to support background location modes and adjust related configurations in MapLocationPicker for improved functionality.
b1d9713View on GitHubEnhance geocoding functionality by adding new configuration options for allFields, fields, instanceFields, and filter in MapLocationPickerConfig. Update related components to utilize these new options for improved geocoding results.
d4e01a7View on GitHubMerge branch 'master' of https://github.com/itsarvinddev/map_location_picker
fd21f42View on GitHubAdd cardBorder property to PlacesAutocomplete and CustomMapCard for enhanced customization options
d9b534eView on GitHubRemove google_maps_apis dependency version and replace it with a Git reference for better control over the package source.
4806215View on GitHubUpdate AppDelegate.swift to replace hardcoded API key with a placeholder for improved security and configuration management.
cdb0d71View on GitHubUpdate version to 3.0.1, enhance card customization options in PlacesAutocomplete, and improve API key handling in iOS configuration. Adjust image sizes in README and update dependencies in pubspec.lock for better compatibility.
2e21405View on GitHubRefactor MapLocationPicker and autocomplete components to enhance functionality and customization. Updated API key handling, added liquid card options, and improved search bar configuration. Removed deprecated MapPickerConfig and adjusted related references for better clarity and maintainability.
ffe67abView on GitHubUpdate version to 3.0.0, add google_maps_apis package for geocoding and autocomplete, and implement new bottom card options. Update CHANGELOG.md to reflect these changes.
a2fa9e8View on GitHubUpdate pubspec.yaml to change repository and homepage links to the new maintainer's GitHub account.
882403cView on GitHubUpdate version to 2.0.3 in pubspec.yaml, add context.mounted check for geocoding results in MapLocationPicker to prevent errors when the context is unmounted, and update CHANGELOG.md accordingly.
61c3b4aView on GitHub