jinal-dev
jinal-dev
I was able to resolve this issue by downgrading share_plus version from 7.0.2 to 7.0.0. Code: ``` `final directoryPath = (await getTemporaryDirectory()).path; final imagePath = '$directoryPath/qrimg.png'; final imageFile = await...
In my case, I was able to resolve the above issue by changing the share_plus version from 7.0.2 to 7.0.0. Additionally, I am using Flutter SDK version 3.7.11.
@InspectlyMads, Have you considered downgrading the share_plus version and using that version? This might help you to resolve the issue. Sometimes, compatibility issues can arise with different versions of packages....