Rastislav Mirek

Results 9 issues of Rastislav Mirek

Please merge the pull request from @ApoorvKhatreja to add support for newest devices and ten release new pod version. Thank you.

To be used with saturation slider as and alternative to hue-saturation palette.

enhancement
good first issue

Only the thumb view is visible in storyboard, not the rest of the slider

bug
good first issue

Add (optional) slider for alpha value/channel of picked color. Checkboard-like backgorund should be added to color preview control to allow preview of transparency. Showing Alpha value slider should become an...

enhancement

There is no simple way to just observe and e.g. print URLs that the user is navigating through with observers. Override `didChangeRoute` and it is not called when a user...

This is (also) my feedback to Routemaster 0.10.0-dev2. Ever since I started to work with Flutter I wished there was a way to specify what the screen transition animation should...

enhancement
API design

Using `Navigator.of(context).canPop()` does not give valid results when used with `RoutemasterDelegate `, i.e. it returns `true` when in fact the route cannot be popped. This happens when you have tab...

enhancement
need repro

This is the assertion error thrown: ``` The following assertion was thrown building _BackLabel(dirty): Cannot read the previousTitle for a route that has not yet been installed 'package:flutter/src/cupertino/route.dart': Failed assertion:...

bug
awaiting response
need repro

This might be a feature request or a question depending on the feature's state. Can Leto handle multiple GraphQL requests to the endpoint in parallel? Or does the second request...