geo_mark_camera 1.0.1 copy "geo_mark_camera: ^1.0.1" to clipboard
geo_mark_camera: ^1.0.1 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'),
    );
  }
}
3
likes
135
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitLab)

License

(pending) (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