flutter_photon 2.0.1 copy "flutter_photon: ^2.0.1" to clipboard
flutter_photon: ^2.0.1 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
160
pub points
72%
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