When I try to use the first command: final exif = await Exif.fromPath(picture!.path);
I get the following error:
E/flutter (10499): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method initPath on channel native_exif)
I have tried to run flutter clean and flutter pub get to no avail.