Alexander Semion

Results 4 comments of Alexander Semion

In urgent need of such feature!

the docs for migrating the plugin to the V2 embedding: [https://flutter.dev/go/android-plugin-migration](https://flutter.dev/go/android-plugin-migration)

> Found it, will open a fork and send a PR with the changes. (I'll keep the issue open until then) > > For anyone in dire need see the...

If anyone need also to chage GPS times here is code like @Flajt made ```dart bool get hasGPSDate => data.containsKey(0x001D); String? get gpsDate => data[0x001D]?.toString(); set gpsDate(String? value) { if...