János Dobszai

Results 61 comments of János Dobszai

@exaby73 the issue can be reproduced by visiting Flutter's [NavigationBar documentation](https://api.flutter.dev/flutter/material/NavigationBar-class.html) and adding `height: 50` or `height: 100` to `NavigationBar` in one of the examples. Here is a complete, reproducible...

@guplem in the meantime, you can work around this issue by wrapping the `NavigationBar` in a `Theme` widget and setting `splashColor` to be transparent. This will hide the misaligned splash...

They are part of easy_localization's code for some reason: [https://github.com/aissat/easy_localization/tree/develop/i18n](https://github.com/aissat/easy_localization/tree/develop/i18n)

I'm using `NonNullableFormBuilder` because I want all fields to always have a value, avoiding the hassle of checking them later in the program. Receiving a Partial kind of defeats the...

This would be great, the goal of this program is to _prolong the longevity of the battery_, so in theory this should help in achieving that goal. Using cron jobs...

Somewhat similar to https://github.com/macmade/Hot/issues/79

I'm also here with the same question. No mention of HLS in the docs, but [someone suggested Chewie](https://stackoverflow.com/questions/75139842/how-can-i-play-m3u8-hls-video-streaming-channels-in-a-flutter-app#comment134018591_75139842) on stack overflow for HLS streaming.

@HuiSF These are not lint warnings, but compilation errors, so I can't just ignore them: > Error: The parameter 'id' can't have a value of 'null' because of its type...

Before writing the previous comment, I added this exact `SomeModel` definition to the schema and generated it. So all the code I pasted was actual generated code. I noticed that...

I just had to include the github version for the same reason. Please publish to pub.dev soon.