flutter_photon 1.2.0 copy "flutter_photon: ^1.2.0" to clipboard
flutter_photon: ^1.2.0 copied to clipboard

An API client for the Komoot Photon API (photon.komoot.io) for Dart and Flutter.

example/flutter_photon_example.dart

import 'package:flutter_photon/src/photon_api.dart';

void main() {
  final api = PhotonApi();
  final places = api.forwardSearch('munich');
  final reverse = api.reverseSearch(48.5, 11.5);
}
2
likes
130
pub points
50%
popularity

Publisher

verified publishervollkorntomate.de

An API client for the Komoot Photon API (photon.komoot.io) for Dart and Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

http

More

Packages that depend on flutter_photon