DarkMikey
DarkMikey
Same here. How is this supposed to work? :/
Our tree is like that. ``` . ├── app/ │ ├── pubspec.yaml │ └── lib/ ├── data/ │ ├── pubspec.yaml │ └── lib/ ├── client/ │ ├── pubspec.yaml │ └──...
### Device It's a Pixel 4a Android 12 (nothing special, standard Android) with GBoard but I doubt it has anything to do with the keyboard. ### Example repository Honestly that's...
I saw this issue in the flutter gallery too. https://play.google.com/store/apps/details?id=io.flutter.demo.gallery
Thanks for taking time to look into this. I really appreciate it! Regarding the gallery app: Yes this whitespace is what I was talking about. As I saw it in...
Well, that's unexpected as we've tested this on multiple platforms including Windows and Mac, as well as emulators and real phones. 🤔 We really just do: * ``` git clone...
As you haven't added a full error message or log I don't know what's going wrong. It kinda feels silly but could you please paste the complete log. What versions...
Thanks for looking into this @maheshmnj ```bash # gradle.wrapper.properties distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip ``` ```bash # project level build.gradle classpath "com.android.tools.build:gradle:7.0.4" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10" ``` Well I guess that explains a lot...
Great. I just wanted to add that this is also happening on iOS, so it's not Android specific. Additionally it's important to mention that this also happens in `SearchDelegate`s which...
> I current believe this is working as designed and that the padding is intentionally added by the material theme. I'm sorry, but how can the described behavior be "as...