DEV Community

Cover image for DevNews for DEV Community
Chingiz Huseynzade
Chingiz Huseynzade

Posted on

DevNews for DEV Community

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.


Logo

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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.

Get it on Google Play

Top comments (2)

Collapse
 
arthurdenner profile image
Arthur Denner

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!

Collapse
 
chingiz profile image
Chingiz Huseynzade

Hey Arthur, it was the best theme mode handler out there, and no so complicated. Thanks for building it. <3