stuartmorgan-g
stuartmorgan-g
The encoding of what? Please provide specific details about your use case and what APIs you are using.
We don't expose that API though; we support loading a string, and the encoding of a string is already defined.
Since the behavior is obviously incorrect, and contrary to the documentation, I would just treat it as a bug fix.
What are the contents of - `/C:/ProgramData/flutter/.pub-cache/hosted/pub.dartlang.org/file_selector_windows-0.8.2+2` and - `/C:/ProgramData/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-3.0.1`? It looks like you might have a damaged pub cache, where those specific package versions are missing files in your...
Closing as the issue was a local pub cache problem, not an issue with the plugins.
@cbracken FYI: it appears that dropping OpenGL support has impacted a number of CI systems. Do we support software rendering mode with `flutter drive`?
> My understanding was that it's possible for plugins to be compatible with both `stable` and `master`, but maybe @jmagman or @stuartmorgan can correct me. It is usually possible, although...
> @tarrinneal I believe we need to merge [flutter/plugins#7134](https://github.com/flutter/plugins/pull/7134). I wasn't sure if we were good to merge given the presubmits were red. This was rotating Cirrus credentials, the problem...
Based on Apple's docs `CFBundleDisplayName` is optional, so we should fall back to `CFBundleName`.
> Is there anyone who can tell me how is the best way to develop such applications through the use of this package or better than it? For advice on...