Stingray Stingray is a new, modern, beautiful Hacker News reader app .
There are a bunch of nice looking Reddit apps, but I have not been able to find similarly nice looking one for Hacker News, so I decided to try my hands at one using Flutter.
Right now it’s pretty basic, it’s missing a couple of features such as:
No refresh No login No upvote No reply No submission GitHub Stingray is a modern, beautiful Hacker News reader app built in Flutter. https://github.com/edisonywh/stingray 10 forks. 19 stars. 0 open issues. Recent commits:
Fix Flutter build error with 1.12 & animations , Edison Yap Bump version , Edison Yap Extend share sheet action with titles and URLs (#1)* Extend Share helper to support titles and urls* Update share action with title and url* Remove unused single argument share method* Call updated share method with named arguments* Remove parameter prefix , GitHub Add ability to Vote , Edison Yap Improve CommentTile indent for better visibilityThis commit changes the comment from a single indent color to multiple(up to their current depth).This makes it much easier to trace the comments when it's a long-runningthread.This internally uses a hackish way to achieve this effect, using Stack &Positioned. The reason is because we need the Container of width 2 toexpand its height fully, but it's not possible in a Row widget.The only other option I found was IntrinsicHeight. While that solutionlooks much cleaner, there are a few drawbacks:- IntrinsicHeight is warned to be expensive- For some reason, using IntrinsicHeight messes with the constraint forHtml, so the HTML gets cut off. , Edison Yap