Skip to content

Commit e9992ab

Browse files
authored
Update README.md
1 parent ced206a commit e9992ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ flutter run --release -t lib/main_production.dart -d <device_id>
2929
```
3030
For iOS, to build and release there is no configuration. Just follow the instructions from the [documentation](https://flutter.dev/docs/deployment/ios).
3131

32+
## Feature
33+
- [X] List daily news.
34+
- [X] Filter daily news by category.
35+
- [X] Refresh list daily news with pull to refresh style.
36+
- [X] Go to detail news website.
37+
- [X] Search news.
38+
3239
## Technology
3340
1. Dio<br />
3441
A powerful Http client for Dart, which supports interceptors, FormData, Request Cancellation, File Downloading, Timeout, etc.

0 commit comments

Comments
 (0)