-
I am encountering a `Bad state: StreamSink is bound to a stream` error when attempting to send a single ADB command using the `flutter_adb` package. The error occurs after the command is sent and seem…
-
Type: Performance Issue
Whenever I try to debug a certain part of my code, VS Code becomes very slow until it freezes and ask me to reopen the window.
I've tried debuggin my code with Android S…
-
With `webdev` and `build_runner` we're starting to investigate new use cases for tools which want to run binaries from other packages. We're looking at ways to avoid the cost of spinning up multiple V…
-
I am trying to build the example project `duckdbexplorer` on macOS 15.1 arm64. I upgraded the Gradle wrapper to Gradle 8.10 and tried two different Zulu JDKs installed via SDKMAN: 17 and 21.
```bas…
-
![image](https://github.com/user-attachments/assets/62419e6b-9e8a-4872-9633-4b7d6b70231c)
-
https://dart-review.googlesource.com/c/sdk/+/372181 introduces new core library, but macro tests use platform dill from prebuilt dart sdk, so tests fail when macro processor attempts to use old prebui…
-
### Steps to reproduce
Currently, can not to reproduce, user's crashed log only.
Notes that we are using [flutter_inappwebview: ^6.0.0](https://pub.dev/packages/flutter_inappwebview)
This hap…
-
Using desktop_multi_window package crated a new window from a flutter windows application
and when created and opened new window with this browser component it fails with this error
[ERROR:flutt…
-
For native assets, we've added the ability to embed some extra information in a kernel file that is read by the vm.
* The extra info is added by passing a `nativeAssets` param or `--native-assets=p…
-
Repro below (I could not find a way to remove more code than this).
```dart
import 'dart:typed_data';
void main() {
var b = B(0);
var list = [b];
b.value2;
list.forEach((b) {
p…