Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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