Jonas Uekötter
Jonas Uekötter
Can you please properly format your example? It's hard to understand without formatting. Typically, you need to do something like this (pseudo code): ```dart final dio = Dio(); dio.adapter =...
The `BrowserClient` doesn't use the fetch API as far as I know.
Unfortunately, you have to figure that out yourself since I haven't tested or tried anything myself, but the example above should get you there.
In https://github.com/flutter/flutter/issues/131940#issuecomment-1881641272 it states, that plugins that do not collect data should include an empty privacy manifest. I'm assuming that holds true here too.
Yes, see https://github.com/flutter/packages/pull/5846
This is currently not possible. Feel free though to submit this feature as a PR.
The button to enable Firebase Dynamic Links has been replaced by a deprecation notice. How am I supposed to enable Dynamic Links?
The issue was fixed in Flutter itself, so you should open am issue on the Flutter repo. Therefore, I'm afraid I can't do much about the issue :( I'll keep...
Hey, your proposals seem pretty reasonable to me 👍
Do packages with entries in that section automatically executed? I imagine that being useful, although it's a bit scare with regard to security, since it basically allows arbitrary code execution....