Iiro Krankka
Iiro Krankka
Currently, when navigating to event details page from _now in theaters_ or _upcoming_ page, there are no showtimes visible. While there's an entirely different tab for browsing showtimes in the...
[The code for calculating the scrolling effects](https://github.com/roughike/inKino/blob/master/lib/ui/event_details/event_details_scroll_effects.dart) is currently really ugly and hard to maintain. I have a feeling that these could be easily done with an`AnimationController` and `Tweens`. The...
From #74: > Tabbing does not work. This is really important. For example the Google Play store on ChromeOS allows you to use TAB key to jump down and across...
There's no need for Android / iOS plugin registration on the native sides. Throw exceptions or better yet just don't register the plugins alltogether.
## What & why Right now, in certain cases, `Delta.diff()` returns more stuff than it needs to. For example, in the following case: ```dart final a = Delta() ..insert('Test\n', {'index':...