Show HN: InKino – An open-source movie app made with Flutter
1–10 of 44 posts
Re: Show HN: InKino – An open-source movie app made with Flutter
#2Re: Show HN: InKino – An open-source movie app made with Flutter
#3Hmm, the HN title is grossly misleading.. I wonder why?
Re: Show HN: InKino – An open-source movie app made with Flutter
#4Re: Show HN: InKino – An open-source movie app made with Flutter
#5By far the prettiest app for Helsinki kino/cinema though.
Re: Show HN: InKino – An open-source movie app made with Flutter
#6Hmm, the HN title is grossly misleading.. I wonder why?
What is misleading, and what would be a better title?
"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
#7Hmm, the HN title is grossly misleading.. I wonder why?
Sorry about that!
Re: Show HN: InKino – An open-source movie app made with Flutter
#8Re: Show HN: InKino – An open-source movie app made with Flutter
#9Re: Show HN: InKino – An open-source movie app made with Flutter
#10This 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!
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.