Rachel Pekarek
Rachel Pekarek
Same problem after updating to Flutter 2.10.4, anyone find a work around?
I am attempting to fetch the initial link after my MaterialApp is created and it's still always null for me on iOS
> @ahmadvicky, there are two steps to take: > > 1. Make sure the `android.permission.REQUEST_INSTALL_PACKAGES` permission is not listed in the `android/app/src/main/AndroidManifest.xml` file. > 2. When the permissions is not...
We are also blocked on this
@SergeShkurko could you provide a status update?
Same thing happening to us. It works fine in a native browser and on iOS but doesn't work for Android
@SEGVeenstra could you share the code for your fix and/or open a pull request with the changes?
Would love to see a version up on pub dev that addresses this and the [DecoderCallback issue](https://github.com/ScerIO/packages.flutter/issues/448) (2.5.0 addresses neither). None of our other dependencies are using the latest uuid...
@rekire you must not be using Flutter 3.16 then? The fix was pushed [3 days ago](https://github.com/ScerIO/packages.flutter/commit/8b105a7dfc6b90220c1d79fcb805fb764cab00c5) and 2.5.0 was published [17 days ago](https://pub.dev/packages/pdfx/versions)
I noticed this too, I'm wondering if this patch may fix the issue? https://github.com/ScerIO/packages.flutter/pull/458/files https://github.com/ScerIO/packages.flutter/issues/448#issuecomment-1819884276