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

Flutter package to capture images with location tagging and multilingual support.

example/lib/main.dart

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

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: GeoMarkCamera(languageCode: 'hi'),
    );
  }
}
2
likes
150
points
86
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to capture images with location tagging and multilingual support.

Repository (GitLab)

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, gallery_saver_plus, geocoding, geolocator, image, image_cropper, image_picker, intl, path_provider, permission_handler, provider, translator

More

Packages that depend on geo_mark_camera