p360m-mobikats

Results 8 comments of p360m-mobikats

I'm running into this now. I have modified the SharedMediaFile path entry to remove the leading "file://", but it still can't open the PDF file. Images etc work fine. I...

Ok fixed it - it's because flutter doesn't like the path to be URL encoded, but iOS typically does (or this package does convert), so my workaround was to decode...

Sounds promising, although it looks like I have to change a fair amount to switch to it from this one? Does yours solve the "Cannot open PDF files on iOS"...

Thanks @JoshJuncker , I fixed it in the end it turned out to be an issue caused by URL encoding of the path. https://github.com/KasemJaffer/receive_sharing_intent/issues/141#issuecomment-1144746060

> @AllyTechEngineering I added the [Troubleshooting](https://github.com/AngeloAvv/flutter_flavorizr#troubleshooting) section in the README where I explain what are the right steps to get rid of the problem once and for all. The problem...

> The quickest solution is to deintegrate the Pods (by removing pod files and folders), and run flutter pub get again. This does not work, it leaves you with the...

> ## Simple manual way for fix macos run: > **Set it value**: `${SRCROOT}/Pods` > > Here: > > Good luck 😉 This looks like it should work, but whenever...

Thanks @AngeloAvv . I think what often happens is that (at least for me) I want to run flutter_flavorizr on an already well-developed project. For example, an app owner some...