TheCarpetMerchant
TheCarpetMerchant
I've had the problem on Android and Windows, I don't own any Apple devices. So this might not be an issue on those platforms ? Here's what I get after...
Everything is still the same as in the OP, except I'm now on Flutter 3.7.10.
The page you're linking does not mention anything about either Chrome or Windows. I have the issue on both Windows & Android, and the Android app does have the necessary...
This was it https://github.com/XGProyect/XG-Proyect-v3.x.x/issues/427#issuecomment-727962211
Suggestion : Use the above line to place the separator if it is empty. And place it in the middle. Assuming VSCode permits this, you could get the line number...
> Hi @TheCarpetMerchant , > > Thanks for your suggestion, using the _previous empty line_ is a clever approach, but I wonder how _stable_ it would be, as it requires...
> `shorebird` just calls out to `flutter build` under the covers. You can try running with `-v` to see all the commands `shorebird` is executing. Presumably we're just not piping...
Given the amount of data output > trying to balance signal-to-noise in the logs (as verbose is _very_ verbose) Agreed on the amount of data being outputted, but it's that...
I had this same issue on TextField in bottom sheets. Got it resolved by making them `TextFormField`s, no idea why but it might have to do with the Restoration system.