-
### Steps to reproduce
1. Create a TextField
2. Create a class inherited from TextEditingController
3. Set it as the controller for the TextField
4. Implement buildTextSpan where a set of words ar…
-
## Steps to Reproduce
1. Set up a simple view with many TextField's(first with autofocus: true) and DropdownButton or DropdownButtonFormField at the bottom.
2. Request to move focus to Dropdown
…
-
Repro:
1. clone https://github.com/cedvdb/flutter_repros/tree/integration_test_failing_imports (integration_test_failing_imports branch)
2. run pub get
3. Run test in web `flutter drive --driver=…
-
## Steps to Reproduce
1. To the vanilla sample app, add a unit test like the following:
```dart
import 'package:flutter_test/flutter_test.dart';
import 'package:test_with_canvaskit_iss…
-
I am using the “tok” language code for Toki Pona. According to https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry, it is a valid language code.
## Steps to Reproduce…
ttl41 updated
8 months ago
-
I had the same problem with [this issue](https://stackoverflow.com/questions/62546899/get-the-current-project-directory-from-flutter-integration-test)
So when I run integration test, the `Directory.c…
-
### Steps to reproduce
1. Run the code sample, or any app with a WillPopScope that returns `false` on the home route, on Android.
2. Perform a system back (either swipe back or physical back butto…
-
```dart
class Demo extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('demo'),),
body: GestureDetector(
…
-
When I use UiKitView wrap Native WKWebview, Click the button twice quickly
, the second click event works。
The seems like `FlutterTouchInterceptingView` prevented delivery event of second click …
-
Issue
I have encountered bug while scrubbing video that has ended, if you try to scrub, it won't change isPlaying variable. That means it will stay false until user press play button in the middle of…