Skip to content

dipakp2726/pet_finder

Repository files navigation

Pet Finder App

style: very good analysis License: MIT

An example of riverpod architecture which use "petfinder" api.

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
│   ├── pet
│       ├── models
│       ├── providers
│       ├── repositories
│       └── views
│           ├── pages
│           └── widgets
│  
├── main.dart
└── pet_app.dart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages