-
I recently started helping with maintenance on the go-flutter-desktop embedder, and have come across an issue (go-flutter-desktop/go-flutter#634) that I can't reproduce in the official Linux embedder,…
-
## Generating an AOT image for Target Linux Embedder Engine requires a Host Engine build.
Required tools to generate a target AOT (linux arm/arm64) are missing from Target build, which involves nee…
-
Today it is reported that `--ios --runtime-mode profile --simulator` can't be built, but an engine configured like this is needed for users who would like to run tests on AOT builds.
@mehmetf @chin…
-
Consider the following definitions:
```dart
void foo(int a, String b) {}
typedef MyCallback = void Function(int a, String b, double c);
```
Currently, we cannot assign the function `foo` …
-
Hi there,
Thanks for your great library!
Recently I'm planning to implement an Android & iOS & desktop app for managing electronic component datasheets or reference manuals from LCSC or Digikey…
-
Hello!
I'm currently using the Bluetooth Print Plus Flutter package to print text to my thermal printer. However, I'm encountering an issue where longer text is overflowing and not printing correct…
-
**Describe the bug**
- Only run the CUI and Qt builds when there is a change for them (exclude files in /src/ui/flutter_app from triggering it)
- When the dart analyze hook fails don't try to build …
-
I seem to be stuck at max 30 fps when streaming images in the original Flutter camera plugin (although I know that the camera is capable of more). Is this also the upper limit in the analysis mode of …
-
Hi I am Joyce from Google and I'm working on behalf of the [Open Source Security Foundation][ossf] (OpenSSF) to help open source projects to improve their supply-chain security. Considering how qs pro…
-
in a web app with beamer, the web browser back button does not work correctly.
When I run the beamer version for the web and google chrome, I can switch between the details screens A and B and the …