Navaron Bracke
Navaron Bracke
I can't reproduce this on an Intel Mac, on Flutter 3.24.1, using a fresh copy of your branch.
Swift Package Manager support is available from version 7.0.0 (currently still in beta, due to some other things being worked on as well)
The issue https://github.com/flutter/flutter/issues/143348 refers to the asset transformers feature itself. I propose an _addition to_ that feature, by amending the target platform information to the input of the asset transformers.
I'll try to see if I can add this in myself someday :) Relevant code would be adding an extra var here https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/build_system/tools/asset_transformer.dart#L32 and passing it to the environment for...
I think our usage of `Intent.EXTRA_MIME_TYPES` could be broken then, there are two different styles of setting the mime types for the intent. Also the `type` of the intent is...
We should really deprecate this library in favor of `package:web` that is vendored by the Dart team itself. https://pub.dev/packages/web
Is there a design doc for this new feature? I wonder if the _framework_ should contain this source code, or if this is something that is intended for Devtools /...
What type of camera is camera id 2 ? Because that one seems to be missing? Is this a USB camera?
We are going to need more information about this compilation error. What Kotlin version are you using? What version of mobile_scanner are you using? Can you provide a minimal reproducible...
Some breadcrumbs for a potential fix: In https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/cupertino/text_field.dart#L1050-L1066 it looks like a default style for the text selection for autocorrect is computed, but this does not lookup the CupertinoThemeData. The...