-
Environment: flutter-elinux v3.24.3, Yocto Kirkstone, NXP iMX8/ARM64, wayland.
We see memory leaking when running the following simple test application which features a 100 x 100 pixel webp image:
…
-
In H2 2024, the performance page was conditionally removed, https://github.com/flutter/flutter-intellij/commit/8ea8af00ea8baa074368f55f667918866ad47b27, https://github.com/flutter/flutter-intellij/com…
-
### Description
An event listener added using addEventListener is being called from within a paint loop. I have a button in a rive file which triggers an event. I then have code listening to this. It…
-
**1. this is my mistake**
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':on_audio_query_android'.
> Could not create an instance of type c…
-
**History check**
Yes
**Describe the bug**
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':better_player'.
> Could not create an instance o…
-
When adding Gleap to my Flutter app, I cannot build on Android (iOS works fine though). Here's the full output:
```shell
❯ flutter build apk
ERROR: Missing classes detected while running R8. …
-
Hi, keraliss from walletscrutiny. i was trying to test your wallet, and got stuck.
this was the dockerfile i was using -
```
# Use Ubuntu 20.04 as the base image
FROM ubuntu:20.04
# Avoid p…
-
### Describe the bug
On a fresh install of flutter 3.24.4, and Android Studio 2024.2.1, and Java SDK 21. `stacked create app my_app` fails to run properly.
### What operating system do you use?
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
5.8.0
### Command type
build_runner (Default)
### What happened?
Everything works fine until I add…
-
### Use case
Developers wanting to transform assets, based on the current target platform (i.e. `flutter build web` -> web; `flutter build apk` -> android), currently cannot infer the target platform…