Results 22 issues of Iiro Krankka

Priority: Medium
Status: Not started/Idle
Type: Customer feature request

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...

Priority: Medium
Status: Not started/Idle
Type: Customer feature request

Priority: Medium
Status: Not started/Idle
Type: Customer feature request

[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...

Priority: Low
Type: Code quality
Status: Not started/Idle

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...

Priority: Low
Type: Bug
Status: Not started/Idle

Priority: Low
Status: Not started/Idle
Type: App Store related

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':...