_juliotati

Results 9 comments of _juliotati

```dart void main() { final String message = '@simolus3, @juliotati is 100B% gratefull!'; print(message); } ```

The link in "TBD" is 404. Could it be that it will be available later?

@CamronLDNF By looking at the code, what you have is not a flutter web issue but simply, a layout issue. Short answer is, you have to update your layout to...

@mycar98765 thanks for the attachments. Please consider uploading a full screen recording as the current ones are cut and i'm not sure you'll get the help you need from them....

@mycar98765 Thanks for the recording ✨ You need to provide a `key` to the individual text fields `CustomTextFormField` so that flutter knows for certain where your fields are and so...

@luohao123 please provide a code sample with the **minimal code needed to run the example in one file** Flutter Doctor output ``` ❯ flutter doctor [✓] Flutter (Channel stable, 3.10.0,...

> It would be really **greta**... great* 😅

@izamha This happens when `setState` or `notifyListeners` is called from the client side, usually when the input changes. It's happening on mobile too. It's not an issue when you don't...

@TarekkMA this might help ```dart // Converts single line break from "\n" to " \n" // Ignores double or more line breaks final regex = RegExp(r'(?