Volodymyr Bobyr

Results 5 issues of Volodymyr Bobyr

**Is your feature request related to a problem? Please describe.** If I play a showcase while another one is active, the active one will be replaced **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** Whenever I want to transition to a new flow state without caring about the current flow state, I don't want...

While it is currently possible to set a default input value by directly setting the positional argument of the `Txt` widget, the default value only appears after the field is...

I propose the following modifier functionality: ```dart typedef Modifier = T Function(T val); typedef ConditionCheck = bool Function(T val); extension ModificationExtension on Iterable { Iterable modifyWhere( ConditionCheck shouldModify, Modifier modifier,...