ishandeveloper / Newsify-App

A minimalistic, yet elegant news app made in flutter, For Stories That Matter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HitCount

Newsify App

This is a flutter based modern news app 🗞️ which uses NewsAPI to fetch top news headlines from the API. The main aim of this app is to be a leading example of how to build Modern Flutter applications for all Flutter Developers.

The idea is to keep the app super simple while demonstrating new libraries and tools which makes it easier to build high quality Flutter applications.

P.S : SUPPORTS BOTH LIGHT AND DARK MODE! 😉
Download APK
https://github.com/ishandeveloper/Newsify-App/raw/master/app.apk

Demo

     

Light Theme

      

Dark Theme

         

Dependencies

  1. Provider

  2. Animated_Text_Kit

  3. Cached_network_image

  4. Webview_Flutter

Setup

Clone the repository
git clone https://github.com/ishandeveloper/Newsify-App.git
Move to the desired folder
cd \Newsify-App
To run the app, simply write
flutter run

Requirements to contribute

  • Basic knowledge of programming is mandatory
  • The ability to use Git and GitHub
  • Some knowledge of Dart and how to use Flutter is preferrable for a head start.
  • UI/UX Design skills are appreciable but not mandatory
  • Some idea about Firebase or willingness to learn it

How to make a Pull Request:

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/Newsify-App

3. Navigate to the project directory.

cd Newsify-App

4. Checkout from master to development branch.

git checkout development

5. Make changes in source code.

6. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin development

8. Create a Pull Request!

Congratulations! 💥 Sit and relax, you've made your contribution to [Newsify App] (https://github.com/ishandeveloper/Newsify-App) project.

Tasks and Features

  • Improve the UI
  • Implementing the App with Features
  • Work on the improvement and building the various pages of the app
  • Database integration with Firebase
  • Have a corresponding Web App for this
  • Analyze further design requirements and integrate

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Made with ♥ by ishandeveloper

forthebadge

About

A minimalistic, yet elegant news app made in flutter, For Stories That Matter.


Languages

Language:Dart 94.3%Language:HTML 3.8%Language:Swift 1.4%Language:Kotlin 0.4%Language:Objective-C 0.1%