flutter_photon 0.4.0 flutter_photon: ^0.4.0 copied to clipboard
A wrapper of the Komoot Photon API (photon.komoot.io) for Flutter.
0.4.0 #
- Fix exceptions when searching for oceans
- Fix exceptions with integer coordinates
- Remove Latlng as dependency
- BREAKING CHANGE:
latitude
andlongitude
are nownum
instead ofdouble
- BREAKING CHANGE:
country
andcountryIsoCode
are nowString?
instead ofString
0.3.0 #
- Add support for filtering results in a bounding box
0.2.1 #
- Bug fixes
0.2.0 #
- Add support for self-hosted instances
- Add support for non-secure requests (HTTP)
0.1.1 #
- Bug fixes
0.1.0 #
- Initial version, providing basic functionality
- May still contain a lot of bugs