geo_tag_camera 1.0.2 copy "geo_tag_camera: ^1.0.2" to clipboard
geo_tag_camera: ^1.0.2 copied to clipboard

A premium Flutter package for capturing photos with automatic geo-tagging, compass heading, and street address watermarks.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'home_page.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});




  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomePage(),
    );
  }
}
2
likes
150
points
70
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A premium Flutter package for capturing photos with automatic geo-tagging, compass heading, and street address watermarks.

Repository (GitHub)

Topics

#camera #geo-tagging #gps #watermark #location

License

MIT (license)

Dependencies

camera, flutter, gallery_saver_plus, geocoding, geolocator, intl, path_provider, permission_handler, sensors_plus

More

Packages that depend on geo_tag_camera