flutter_news
A Simple News App built with Flutter
A Simple News App built with Flutter. In this app, there is a Headline page, which will display top news from newsapi.org. When click on a Headline item, it will open a new Webview page to display details.

All source code can be found at Github: https://github.com/zhangjianli/flutter_news

Some techniques used in this App:

-- Fetch data from the internet.
-- Parse complicated JSON.
-- Display images from the internet.
-- Fade in images with a placeholder.
-- List.
-- Pull to refresh.
-- Bottom load more.
-- Embedded Webview.
-- Navigation.
-- Customised Layout.
-- Themes and Styles.
-- Splash screen.
-- Assets.
-- Tabs