An app that gives you the latest news from the top sources . It is built using Flutter framework which helps ease the process of building beautiful designs.News categories ranges from bussiness to sports. You can choose news category displayed on home page. App is providing a smooth and amazing design with gestures effect and smooth experience with android and iOS both platform.
- Explore news based on categories
- Dark mode support.
- In app Web view
- Voice Assistance via tts
- Seamless user experience
- Sharing articles
- Go to detail news website.
- Any Operating System (ie. MacOS X, Linux, Windows)
- Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
- A little knowledge of Dart and Flutter
Please feel free to file issues at NewsRecital issues. Flutter issues can be filed at Flutter issues.
You can also contribute changes. Setting up:
- Fork
https://github.com/MMIL/NewsRecital.git
into your own GitHub account git clone https://github.com/<your_name_here>/NewsRecital.git
cd NewsRecital.git
git remote add upstream https://github.com/<your_name_here>/NewsRecital.git
Submitting changes:
git fetch upstream
git checkout upstream/master -b name_of_your_branch
- Make changes
git commit -a -m "<your informative commit message>"
git push origin name_of_your_branch
To send a pull request:
git pull-request
(if you are using Hub) or go to NewsRecital and click the "Compare & pull request" button- Tag the relevant people and GitHub issue (if any)