Skip to content

dipakp2726/articles_app

Repository files navigation

Flutter Articles App

Coverage style: very good analysis HitCount

A Flutter app that uses the "dev.to" api to fetch Articles and their info ( their metrics, images, ..etc)

Previews

Inifnite Scrolling

(Paginated list with Riverpod providers, more information below 👇)

App Architecture and Folder Structure

The code of the app implements clean architecture to separate the UI, domain and data layers with a feature-first approach for folder structure.

Folder Structure

lib
├── core
│   ├── configs
│   ├── exceptions
│   ├── models
│   ├── services
│   │   ├── http
│   │   └── storage
│   └── widgets
├── features
│   ├── articles
│       ├── models
│       ├── providers
│       ├── repositories
│       └── views
│           ├── pages
│           └── widgets
│  
├── main.dart
└── articles_app.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published