- Fixed analysis warnings from
flutter analyse
.
- Adds
isPresent
method to the platform interface.
- Adds
placemarkFromAddress
method to the platform interface.
- Breaking Change Changes to the platform interface calls, the locale is now set in a separate call.
- Removes the default method channel implementation.
- Updated the installation instructions in the README.md file.
- Migrate to null safety.
- Make sure the README.md mentions the correct version number.
- Added NoResultFoundException to indicate when no results are found, instead of PlatformException
- Renamed the method
placemarkFromAddress
tolocationFromAddress
.
- Return
location
class from theplacemarkFromAddress
method.
- Add missing street and toString implementation to Placemark.
- Initial open-source release.