Skip to content

Commit 86756da

Browse files
authored
Update README.md (#2)
1 parent d4e95da commit 86756da

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
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.

0 commit comments

Comments
 (0)