Taufik Nur Rahmanda
Taufik Nur Rahmanda
Need to downgrade `targetSdkVersion` and `compileSdkVersion` to 32 Also some other packages to older version, e.g: `permission_handler: ^9.2.0` At least we can run our app until this issue fixed.
apparently this happened after I updated the gradle to `implementation 'com.google.android.material:material:1.1.0-alpha02'` from `alpha01`. How to solve it?
This is my layout code:
Any updates on this? My flutter web app is in production and embarrassing that it can't even zoom image with mouse scroll. Flutter's `ScaleUpdateDetails` should have `scale` property. It should...
Good forks are everywhere. If the plugin owner doesn't respond anymore, I suggest publishing it as a new `pub.dev` package using a new name e.g. `best_player`.
> maxLines: null Yes, I've checked it and it was already given `maxLines: null`
> Then you should be able to press Enter (without shift) and a new line will be inserted But that's not my need, my need is Enter (without shift) for...
I've solved this issue, the culprit is `textInputAction`. I had to change the `textInputAction` value from `TextInputAction.done` to `TextInputAction.none` and it's now works like it used to be. Now I'll...
When the update be available? I'm waiting for this.
> Hi @fobos000 & @alexgrusu - did you find a workaround to this? > > It may be beating a dead horse, but I’m wondering if there could possibly be...