Settings

Theme

Show HN: Yet another Hacker News client

10 points by take_it_not 4 years ago · 18 comments · 1 min read


Hi there everybody, I have been working on this Hacker News client recently and just want to share it here and hopefully gather some feedbacks!, thanks!

GitHub link: https://github.com/Livinglist/Hacki?test

godfuker 4 years ago

Looks nice, is it native? Clickable: https://github.com/Livinglist/Hacki

  • Seirdy 4 years ago

    No, it's not native; it looks like it uses Flutter, which implements its own UI behavior.

    IMO, flutter feels even less native than web apps. At least the latter uses system font rendering, supports system-set color palettes (an option in Firefox prefs), supports system preferred keybinds for text editing, system scrollbars, etc.

    • take_it_notOP 4 years ago

      totally understand, another thing I don't like about Flutter is that it cannot use the system's selection menu when you select text in textfield. All it supports is copy/paste...

kebsup 4 years ago

Nice! A few notes: - sometimes i like to go to the link/other times straight to the comments - settings was very hard to find - the top bar padding feels off - i like to click on comment to collapse it, if i don't care about its replies - Back button should work for changing categories - maybe flutter 3?

anosidium 4 years ago

Nice app. What network client are you using for user authentication, upvote, reply etc.?

  • take_it_notOP 4 years ago

    hi there, I assume you are talking about library I’m using? I’m using Dio for it.

    • anosidium 4 years ago

      I've looked up Dio library and it appears to be a general-purpose network client. What I was asking is did you write your own solution to interact Hacker News website for user authentication, upvoting, downvoting etc.? Or are you using a third-party solution that does it for you?

russellendicott 4 years ago

Installed. Very smooth, no bugs. I guess the only way to reply to comments is in browser?

  • take_it_notOP 4 years ago

    you can slide right on comment tile to reply! also slide left to see all the parents without scrolling all the way up.

u2077 4 years ago

Looks great!

Is there any way to see the comments on a new article without it opening the link first?

Morthor 4 years ago

Nice to see a Flutter app!

ales1 4 years ago

neat!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection