gps_camera 0.0.1 copy "gps_camera: ^0.0.1" to clipboard
gps_camera: ^0.0.1 copied to clipboard

A Flutter package that combines camera functionality with GPS location services. Display real-time location details, capture photos, and automatically save them with embedded geolocation metadata.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gps_camera

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gps_camera: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gps_camera/gps_camera.dart';
9
likes
110
pub points
54%
popularity

Publisher

unverified uploader

A Flutter package that combines camera functionality with GPS location services. Display real-time location details, capture photos, and automatically save them with embedded geolocation metadata.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (LICENSE)

Dependencies

camera, flutter, geocoding, geolocator, image_gallery_saver, screenshot

More

Packages that depend on gps_camera