Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adar2378/flutter_newspaper
A newspaper app using flutter. Powered by newsapi.org
https://github.com/adar2378/flutter_newspaper
Last synced: about 1 month ago
JSON representation
A newspaper app using flutter. Powered by newsapi.org
- Host: GitHub
- URL: https://github.com/adar2378/flutter_newspaper
- Owner: adar2378
- Created: 2019-05-26T07:53:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T16:36:00.000Z (over 5 years ago)
- Last Synced: 2024-08-04T10:02:04.451Z (5 months ago)
- Language: Dart
- Size: 2.07 MB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-coding - flutter_newspaper
README
# News Reading App
A news reading application using Flutter.
## Details
This application was made using flutter. The news fetching was done by "https://newsapi.org/". Used flutter_webview plugin to show the news inside the app. The collapsable appbar was created using the Listener widget which lets you know if the user is scrolling up or down. And with the help of animatedcontainer I achieved the rest.
## Features
- Get latest news of different categories.
- Pull to refresh the news feed.
- Instantly view the entire news page by just one click.
- Cache links for better loading next time.** I made this in my lazy time. So don't judge :P
## Screenshots