Rastislav Mirek
Rastislav Mirek
Why is it needed? Reasons? Btw. you can do add it yourself by subclassing `ColorPaleteControl`. No need to to change FlexColorPicker code for that. See https://github.com/RastislavMirek/FlexColorPicker#extending--overriding. You will also need...
This is happening in complex project that is not open sourced and I do not have capacity to create repro repository at the moment. However, I keep it on my...
Might very well be a Flutter bug (probably Navigator 2.0 related). I am only judging that it is Routemaster issue from the fact that replacing `TabBar` by `CupertinoTabBar` fixes the...
Yes, that would be perfect API. The same approach as in Swift/UIKit.
And ideally `pop()` would also have the `PageTransition transition` optional parameter.
This seems just fine to me.
Generally, this can be achieved via `Redirect` with path parameters i.e. when redirect path can reference path parameters from the original path - see #155. I submitted pull request for...
Ok, so I promised some code that might solve this elegantly. Sorry it took so long needed to get permission from license holder. **Motivation & background** When I started to...
Notes to the above: The solution has one outstanding downside: While it allows to create almost any complex route in rather concise way it can create routes that are undesired....
> Might be good coming up with some terminology for these - maybe "recursive routes"? I would say "recursive routes" is not ideal as creating recursive paths is only one...