-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core, Database
### Which platforms are affected?
iOS
### Descripti…
-
### Use case
As a QA, i need test my flutter project on different web browser : MacOS chrome/firefox/safari/edge, Android chrome, IOS chrome.
But i can only execute flutter test case on MacOS chrome…
-
Child task of https://github.com/flutter/flutter/issues/117907
-
[ModalBarrier](https://api.flutter.dev/flutter/widgets/ModalBarrier-class.html) is used to prevent interactions with widgets appearing behind it. However, on the web, if the widget behind the modal ba…
-
-
`CustomPainter.hitTest` is missing the size of the widget, making it impossible to specify custom hit test behaviour when `paint` uses its `size` argument.
Simplistic example:
```dart
class Cir…
-
### Steps to reproduce
1. Under Xcode 16 Beta 5, install and run the app in debug mode on an iOS 18 device.
2. Kill the app
3. Launch from springboard
### Expected results
The app should s…
-
## Use case
I'm currently writing a chart library for the company that I work for. After some research, we didn't find a good package that have the features that we want. So our decision was to w…
-
### Steps to reproduce
1. Create a new flutter project
2. Add integration_test folder
3. Add to pubspec.yaml
integration_test:
sdk: flutter
4. add new test file with the following…
-
I know that the embedder isn't ready yet, but that can't be used as an argument, since Flutter Web isn't ready either.
**But**, in addition to having to ship *both* the massive electron runtime, wh…