-
Because every version of flutter_driver from sdk depends on platform 3.0.0-nullsafety.2 and jpush_flutter 0.6.0 depends on platform ^2.0.0, flutter_driver from sdk is incompatible with jpush_flutter 0…
-
`glBlitFramebuffer` is a GLES 3-only feature. There is no user-side cap check for this in a HAL. Right now we'll just fail blits on GLES 2-only drivers in `BlitCopyTextureToTextureCommandGLES::Encode`…
-
## Bug report
Using google chrome and a web app, register a new email address and wait for the verify email to be sent. Without clicking on the link in the verify email, click "continue" or "go ba…
-
decoration: InputDecoration(
labelText: "test lebel text",
errorText: _test error text
![Input_ValidationPNG](https://user-images.githubusercontent.com/5041061…
-
I have custom native java code that i interact with through a method channel from flutter. I reuse this plugin through multiple apps. I would like to use JNIGen to use this same java source code, howe…
-
## Steps to Reproduce
1. Add
~~~~
debug {
applicationIdSuffix ".debug"
}
~~~~
to `android/app/build.gradle`.
2. Run `flutter clean`
3. Run `flutter driver` using an android device
…
-
flutter version : 2.2.0
flutter_dotenv version : 5.0.0
i use flutter_dotenv for data preparation automation testing use flutter driver. i have use as documentation but i get error like bellow
`…
-
tried to clear cash folder under flutter sdk bin
tried to uggrade flutter.
but same result. Dart Analyzer keep crashing.
had to restart vscode all the time.
![image](https://github.com/dart-…
-
I am having below widget in one form and using flutter-integration@1.1.3 driver
```
TextField(
key: Key("editText"),
decoration: InputDecoration(
…
-
Hi
I am trying to use appium-flutter-integration-driver in a WebdriverIO project. I am testing the "test-drive" counter Flutter app on an android emulator. I have prepared the app according to inst…