-
**Describe the bug**
When using this widget with the default settings on Flutter 3.16, the widget is invisible on Android < 10.
I recommend not going past Flutter 3.13.9 for now.
See [this issue]…
-
# Find & Test Flutter markdown render lib
Required for display formatted markdown to front-end user
## Test the following libraries for markdown rendering in Flutter to find one that supports
…
-
## To reproduce:
Force some sort of error in a `cake.dart` Flutter file. At minimum:
```dart
import 'package:cake_flutter/cake_flutter.dart';
void main() {
throw 'Eaten error message!'
…
-
@mit-mit commented on [Fri Dec 08 2017](https://github.com/flutter/flutter/issues/13447)
Request: Add a sample of how to grab screenshots with integration tests to https://docs.flutter.dev/testing#…
-
### Steps to reproduce
1、configuration the flutter development environment using my windows OS ;
2、enter to testcase path: .\packages\flutter\test
3、execute command 'flutter test'
### Expected res…
-
This is coming from: https://github.com/flutter/flutter-intellij/issues/5718
When writing tests using flutter_test, the Flutter Outline and Structure views helpfully show group() and test() calls i…
-
~This corresponds to a TODO introduced in #128522. Some code can't be deprecated in the same PR as code from flutter/packages depends on them.~
~The full list of properties and args can be found in t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and didn't find mine.
### Steps to reproduce
1. Get the new version `curl -Ls "https://get.maestro.mobile.dev" | …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Version
main
### Description
Currently, there are two issues related to the Windows environment:
…
-
flutter: 1.5.4-hotfix.2
flare_flutter: 1.5.2
Hi, I'm attempting to run basic widget tests on pages that include a `FlareActor`, which result in the following error:
```
══╡ EXCEPTION CAUGHT BY…