Rajesh

Results 12 comments of Rajesh

> I am also getting the issue where backspace is not working on the Windows 7 desktop. (flutter applications for desktops) I couldn't find any exceptions or errors in console,...

> SOLUTION that worked for me. In my case, I have changed amountTextController.text value in OnChanged() function. This created issue of text not showing in textfield after backspace as it...

@AjithRamsaran Thanks, Will update here after trying this out by updating back to the latest sdk

@rohintoncollins instead of `MediaQuery.of(context).size.height` try const values like `720` and push to live and test it.

Works on debug and release mode on localhost only. After hosting it to firebase hosting the below error is showing `MissingPluginException(No implementation found for method data on channel pdf_render)`

Facing the same issue, I think he discontinued the plugin

@kareem-01 > converting them from a YUV to 1 plane format NV21 Can you share the code snippet?

> Hello guys, This is my configured > > ``` > google_mlkit_face_detection: ^0.12.0 > google_mlkit_commons: ^0.9.0 > google_mlkit_barcode_scanning: ^0.13.0 > camera: ^0.11.0+2 > ``` > > I am not getting...

I have tried all the above package versions, and upgraded to latest flutter and nothing worked, so came to a qucik fix after identifying a loophole which the Gallery &...

@gdurandrexel Same here and I tried to build one similar to [universal_html](https://pub.dev/packages/universal_html), but luckily, there is a package already found in the name of [universal_web](https://pub.dev/packages/universal_web)