DevNews is open source Flutter application that using dev.to api to fetch articles.
Report Bug
·
Request Feature
DevNews is open source Flutter application that using dev.to api to fetch articles.
App screenshots created with Previewed
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.
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