A mobile news reading application built with Flutter

Best News Flutter mobile app

Flutter mobile app for reading news.

About

This is a mobile app for reading news. It is written in Flutter. It is a sample app, which communicates with a REST API. Backend is written in NestJS, a NodeJS framework. Backend code is available here. The app is connected to https://news.belligerator.cz/api/.

Demo

A demo of the app can be downloaded at https://belligerator.cz/downloads/ (news-<version>.apk). It is available for Android only.

If you do not want to install the app, here are some screenshots and a video:

1.mp4


Getting Started

Prerequisites

You need to have Flutter installed. You can find instructions here. The application was tested on Flutter 3.3.3. and 3.7.1.

Installing

  1. Clone the repository news-app
git clone git@github.com:Belligerator/news-app.git
  1. Install dependencies
flutter pub get
  1. Than you can run the app with Android Studio. Or you can run abuild.sh script in the root of the project. It will build the apk and move it to the root of the project. You can then install it on your phone via adb.
./build.sh

GitHub

View Github

Description of the image

Related Posts