Live data from Hacker News

Show HN: InKino – An open-source movie app made with Flutter

github.com

1–10 of 44 posts

Re: Show HN: InKino – An open-source movie app made with Flutter

#4
post #3
post #2

Hmm, the HN title is grossly misleading.. I wonder why?

What is misleading, and what would be a better title?

It is an app exclusively for "Finnkino" cinemas. Most people would interpret "movie app"to be something broader than that.

Re: Show HN: InKino – An open-source movie app made with Flutter

#6
post #3
post #2

Hmm, the HN title is grossly misleading.. I wonder why?

What is misleading, and what would be a better title?

From the project Github page:

"inKino - A cross platform movie and showtime browser for Finnkino cinemas, made with Flutter."

"inKino - a showtime browser for Finnkino cinemas"

Re: Show HN: InKino – An open-source movie app made with Flutter

#7
post #2

Hmm, the HN title is grossly misleading.. I wonder why?

There's only so much I could fit in the title, and I honestly didn't mean to mislead anyone. I can definitely see how it could be a little misleading now that you mentioned it.

Sorry about that!

Re: Show HN: InKino – An open-source movie app made with Flutter

#9
This looks really nice considering it's built with a cross platform framework. Did you also consider using React Native, and if so what made you decide to use Flutter instead? My team is looking to move away from Cordova for our cross platform mobile projects to either one of these so I'd be interested to hear about this. And thanks for open sourcing!

Re: Show HN: InKino – An open-source movie app made with Flutter

#10
post #9

This looks really nice considering it's built with a cross platform framework. Did you also consider using React Native, and if so what made you decide to use Flutter instead? My team is looking to move away from Cordova for our cross platform mobile projects to either one of these so I'd be interested to hear about this. And thanks for open sourcing!

I've been using Flutter for a year now, and I've loved it since the first time I gave it a try.

In my work, I've been using other cross-platform technologies, such as Xamarin and React Native briefly (actually currently doing a customer project with RN). In my experience, RN is not that bad and mostly gets the job done, but I've grown to like Flutter more. The tooling and documentation are top-notch ("it just works"), and since it custom renders everything, the UIs are consistent across devices and platforms. For example, with React Native I had to recently fight with a third-party library to have gradients (RN doesn't support them), but couldn't get the library working.

Another thing that I heard from colleagues was that React Native can introduce a lot of breaking changes between versions. I have a one-year-old hobby Flutter project and I was still able to run that without any pain when the first beta came out.

Being a native Android & Java guy for the last 5 years or so, having the strong type system of Dart also felt more natural to me than Javascript.

Post reply on HN