Marcos Maliki

Results 12 comments of Marcos Maliki

This was the ONLY working solution till android studio updated the IDE. It doesn't work, sometimes when the disconnect button is clicked it "connects" but it doesn't really work.

I need this too. Anyone with a solution?

I might have found a workaround by using `c.formKey.currentState?.removeInternalFieldValue('fieldName',isSetState: false);`

Found a fix for now. - Open the **DatePicker** class (Control+click) - Comment this line ` // theme: Theme.of(context, shadowThemeOnly: true),`

If you've use this plugin in one or two projects then modifying the local project files is just easier and faster. And yes, any plugin can be modified direct in...

Also wondering how to achieve this. I guess we can manipulate the text controller?

Checking the source code, the badge is wrapped in IgnorePointer widget. Try setting it to false; `ignorePointer: false,`