-
I was looking into building a Flutter app that uses stylus input, but I quickly ran into an issue with the current Flutter engine on Windows. It appears that stylus input is completely ignored, so t…
-
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…
-
Motivation: [go/flutter-devtools-survey-2022](https://goto.google.com/flutter-devtools-survey-2022)
-
I have an audio file that is stored in a password-protected ZIP and I would prefer not having to store the file locally before playing it. Would it be possible to add an option to provide the bytes th…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Use the following file for `lib/main.dart`.
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
cl…
-
Chinmay has a gist for embedding flutter using glfw: https://gist.github.com/chinmaygarde/8abf44921f7d87f6da7bf026267c4792
We should move that into flutter/engine and get a LUCI script that builds …
-
I am trying to implement a form having a FormArray of FormGroups. However, I am unable to get it working. I could not find a working implementation for the same, in the package examples or the Interne…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
I'm working on bringing up Android emulator tests in CI, and am seeing flaky but frequent failures in CI and locally in `google_maps_flutter_android`. It looks like it's probably crashing? The output …
-
I have landed several changes into dart-lang/sdk, which have each ultimately caused some bot somewhere to fail, as each change causes one or most customer tests to fail in the flutter/tests repo. Ther…