DevNews for DEV Community
DevNews is open source Flutter application that using dev.to api to fetch articles.
About The Project
I remember back then twitter api was so popular and different people build beautiful apps for twitter. I used one of that application and it was super cool.
Remembering this and seeing that dev.to api is accessible for building anything I took the challenge. Within 2 week I built this simple app which makes it accessible reading dev.to articles.
Building it with Flutter made it more fun, since it is my first released Flutter application I took care of it and made id open source letting everybody contribute to build app with more features covering all the api.
DevNews
DevNews is open source Flutter application that using dev.to api to fetch articles
Report Bug
Β·
Request Feature
Table of Contents
About The Project
DevNews is open source Flutter application that using dev.to api to fetch articles.
App screenshots created with Previewed
Installation
Follow flutter installation instructions here.
Clone the repo and from this dev_news
directory, run
flutter pub get
flutter run
Note: for firebase please follow documentation in order to successfully build application.
Contributing
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.
- 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
Future work
Since dev.to api is in beta I didn't dive into it and kept it simple. After first release of it I'm gonna build more features on it, of course with the help of the big and glorious DEV Community.
Hope, you will love it <3.
and I didn't of course forget Apple users, soon it is going to be available for you.
Top comments (2)
Nice app! I was looking into the code and noticed that you're using the theme_mode_handler library I've created and that made me very happy - thanks!
Hey Arthur, it was the best theme mode handler out there, and no so complicated. Thanks for building it. <3