- About the Project
- Built With
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Authors
- Acknowledgements
The News Feed project in Flutter is a dynamic and visually appealing application that displays the latest news articles from newsapi. Users can scroll through a continuous feed of news stories and view each article in more detail. The app features a clean and intuitive user interface, with smooth animations and transitions, making it easy and enjoyable to stay informed on current events.
- Dart
- Flutter
- newsapi.org
This guide is written for MacOS users.
- dart
- Add the official tap.
brew tap dart-lang/dart
- Install the Dart SDK.
brew install dart
Clone the repo
git clone https://github.com/satisf1ed/hw_flutter.git
Just scroll feed and enjoy :) You can also change theme (light/dark) in settings.
By clicking on an article you will see it in more detail.
Recently I added "Saved" tab, where you can see your favorite articles :)
If you unlike any article it will be removed from "Saved".
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Andrew Zhogov - Comp Sci Student - Andrew Zhogov - Flutter News Feed