clragon

Results 176 comments of clragon

Okay, awesome thank you. Could you in that case move the `Directionality` widget inside of the `ScreenLock` widget? That would be beneficial, I believe.

This bug is no longer reproducible for me on the latest version of flutter. If you are experiencing this, please upgrade your sdk. Thank you!

I see. the `resize` method should definitely trigger the field to recalculate its position/size though it seems this is somehow not working correctly, from multiple reports. I will investigate that...

This issue is most likely related to #579 and will be fixed when the changes there are implemented. Please follow that issue instead. Thank you!

I see. I havent considered that. In that case, the solution is either impossible or would have to be more sophisticated. Something like, models which depend on each other have...

Unfortunately, thats not a decision we can always make. There are numerous libraries that adopt the standard behavior set by jsonEncode (because they encode the object inside of their code...

the `\r\n` endings break my entire app parsing so I specifically have to replace them with `\n` everywhere I parse dtext... _definitely not biased to LF_

scheduled a new release

I have now run into this problem. This is essentially preventing me from making a single trigger workflow that - increases my pubspec version - stamps my changelog - commits...

This is also an issue I am having right now. I cannot publish my flutter package with the reusable workflow, as it doesnt use that flag.