File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 11# hackernews
22
3- A new Flutter application.
3+ A HackerNews client written using Google's [ Flutter SDK ] ( https://flutter.io )
44
5- ## Getting Started
5+ ## Features
66
7- This project is a starting point for a Flutter application.
7+ * Displays 4 tabs - ** News** , ** Newest** , ** Ask** , and ** Show**
8+ * Tapping on a card loads the specific link in a WebView
9+ * Links that have been opened will be shown as a strikethrough
10+ * Tapping on share icon opens up sharing options on Whatsapp
11+ * Long-pressing a card will mark it as read/unread with a snackbar message
812
9- A few resources to get you started if this is your first Flutter project:
13+ ## Screenshots
1014
11- - [ Lab: Write your first Flutter app] ( https://flutter.io/docs/get-started/codelab )
12- - [ Cookbook: Useful Flutter samples] ( https://flutter.io/docs/cookbook )
15+ * ![ Home] ( https://i.imgur.com/vkLakmJ.jpg )
16+ * ![ WebView] ( https://i.imgur.com/nhfG5rJ.jpg )
17+ * ![ Home with viewed links] ( https://i.imgur.com/CMjwBAT.jpg )
18+
19+ ## Upcoming features
20+
21+ * Animations such as Shared Element transition
22+ * Loading view with comments and other metadata
1323
14- For help getting started with Flutter, view our
15- [ online documentation] ( https://flutter.io/docs ) , which offers tutorials,
16- samples, guidance on mobile development, and a full API reference.
You can’t perform that action at this time.
0 commit comments