Skip to content

OkomoJacob/habari

Repository files navigation

Habari NEWS App

Introduction

  • A simple NEWS app to notify me about the most hot trending news in Kenya Today.

Techs used in this build

  • Flutter
  • Dart
  • HTTP request
  • News App API
  • Flutter webview

Project Technical Deliverables

To generate the Android .apk file, in the same working directory still, run this command**

flutter build apk --split-per-abi

Resources

  1. Obtain API KEY here
  2. Obtain Free Online Images Here
  3. Lab: Write your first Flutter app
  4. Cookbook: Useful Flutter samples
  5. Online Documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Pub packages

1.http: A composable, Future-based library for making HTTP requests.
2.Cached Network Image: A flutter library to show images from the internet and keep them in the cache directory.
3.WebView for Flutter: A Flutter plugin that provides a WebView widget.

Credits & Acknowledgements

  1. Flutter Nerd
  2. Review Documentation Here