fenger7 / flutter_news

A Simple News App built with Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_news

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.

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.

Customized Layout.

Themes and Styles.

Splash screen.

Assets.

Try it

Get flutter_news from Play Store.

Screenshots

Getting Started

Before you build this App from source code, please get an ApiKey from newsapi.org and add your ApiKey in request.dart.

For help getting started with Flutter, visit Flutter.io.

License

Copyright (C) 2018 Jerry Zhang

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A Simple News App built with Flutter.

License:Apache License 2.0


Languages

Language:Dart 79.0%Language:Ruby 13.8%Language:Objective-C 4.8%Language:Java 2.4%