- Updated deps to work with flutter stable 2.0.1
- use
http: '>=0.12.2 <=0.13.0-nullsafety.0'
- remove the upper bound for flutter
- remove
intl_translation
because it was not needed and was blocking migrating to nullsafety. - updated
intl
so support nullsafety.
- Updated deps.
- Fixed an issue with the sample app.
- Added serbian language thanks to @aleksandar-radivojevic
- Remove io.flutter.embedded_views_preview requirement from readme and example
- Updated
geolocator: ^6.1.6
- Added german translation thanks to @pwiesinge.
- Updated
google_maps_flutter: ^1.0.2
- Added
desiredAccuracy
fromgeolocator
package.
- Improve the behavior when
requiredGPS
is set to true and the location permission id denied.
- requiredGPS now defaults to false, because the permission handling is sufficient.
- Updated to geolocator: 6.0.0 which provides better location handling.
- Added language parameter thanks to @JFtechOfficial.
- Add placeId to Location Result thanks to @Faizaan.
- Fixed: without supplying 'countries' autoCompleteSearch crashes while country is not mandatory #103.
- Added Italian language thanks to @JFtechOfficial.
- Added Region filter thanks to @Zamorite.
- migrated to flutter_intl for localization.
- updated deps.
- Made the initialZoom configurable thanks to @alfredjingle.
- updated deps.
- Added Spanish language thanks to @ppgcharge.
- updated deps.
- updated intl and intl_translation.
- Fix search hint not working.
- Replace resultCardConfirmWidget with resultCardConfirmIcon
- Updated deps.
- Prepare for 1.0.0 version of sensors and package_info. (dart_lsc)
- Updated deps.
- Fixing the wrong example README.MD.
- Updated deps.
- Updated deps.
- Restricted api key that is used in dart code, only implemented on the android side.
- Updated deps.
- Added
automaticallyAnimateToCurrentLocation
to fix #24
- updated readme to reflect the changes in 3.0.0
- updated deps
- fix some issues relating to upgrading to provider: ^4.0.1
- Breaking change. make
LocationPicker.pickLocation
to top level function and change the name toshowLocationPicker
to mach the style of time and date pickers. - change the zoom level to 16 in the entire library to improve the UX.
- Added dark mode support.
- enabled custom map style
- enabled transparent appbar
- enabled custom confirm button
- enabled custom result card
- Updated deps.
- specify swift version to make integration with objc more easy.
Note: you also need to edit your
Podfile
target 'Runner' do
use_frameworks! # <--- add this
...
end
- Updated deps.
- improved ios integration instructions in README.
- Make location permission optional, required by default.
- Fix NPE when the user forget to initialize localization.
- fix minor typo in Portuguese translation.
- added Portuguese translation thanks @mariosemedo.
- I added Turkish language file thanks @furkankurt.
- updated Readme to reflect the latest version of the lib.
- updated dependencies to the latest version.
- updated dependencies to the latest version.
- Fix permission error dialog.
- Added arabic lionization.
- updated dependencies to the latest version.
- updated google_maps_flutter: ^0.5.20+2
- updated google_maps_flutter: ^0.5.19+2
- updated google_maps_flutter: ^0.5.19
- remove ConstrainedBox around address card as the font changes sometimes cutouts happen.
- remove some useless logging.
- fix the address card mix height it and sometimes it's cutout.
- remove unused code.
- fix bug with requesting location permission
- fix the address card mix height it and sometimes it's cutout.
- added library and export only the important parts
- now retuning the address plus LatLng
- do the reverse geocoding with google web api instead of the native lib.
- Updated min dart version to 2.2.2.
- fix some formatting issues.
- Added place search feature.
- updated deps
- remove permissions from package AndroidManifest.xml as it's already added by google maps.
- improved README
- added the permissions to the package directly.
- initial release.