darshankawar

Results 1729 comments of darshankawar

I tried the camera plugin example with latest stable version running on S10+ device in which I didn't get the reported behavior. @kamleshwebtech Can you check if the reported error...

Thanks for the report @wenkaifan0720 I ran the code with latest stable in iOS simulator and was able to select items from dropdown. Also waited for sometime but app didn't...

I tried on iphone 6s but wasn't able to replicate the crash. The log says `The app “Runner” has been killed by the operating system because it is using too...

Thanks for the update. Upon verifying on latest iOS version and config, we were able to replicate the crash as below: ``` The app "Runner" has been killed by the...

> There is a way to switch properly to sk2? @FeDev9 Check [this](https://github.com/flutter/flutter/issues/116383) for reference. Also, see if using sk1, you get expected results or not. If not, please provide...

> Use any of the official flutter packages that have been migrated to support WASM and have web integration tests @Rexios80 I tried with `video_player` and `camera` and tried running...

Thanks for the tip. Switched to latest master and then trying to run integration_test from video_player or camera gives me `unable to find `main_test.dart` file. Please share the plugin you...

> test driver sometimes saying all tests were successful when they were clearly not by looking at the Chrome dev console This could be https://github.com/flutter/flutter/issues/129041

> checkout [this PR](https://github.com/flutter/packages/pull/7077) and run the following commands: > > ``` > cd packages/google_maps_flutter/google_maps_flutter_web/example > flutter drive -d chrome --web-port 7357 --wasm --driver test_driver/integration_test.dart --target integration_test/projection_test.dart > ``` Following...