Skip to content

A weather app on flutter, implementation of Clean Architecture

Notifications You must be signed in to change notification settings

haidernaqvi87/flutter_clean_architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

run commands

flutter pub get

flutter run

Approach

I have implemented the clean architecture for the solution

Data

Domain

Presentation

External Packages

flutter_bloc: For state management

equatable: For value equality

dartz: For functional programming thingies

get_it: For dependencies injjection

internet_connection_checker: For checking internet connection

http: For making http requests

pull_to_refresh: To refresh the page

cached_network_image: For caching network images

REST API

http://api.weatherstack.com

About

A weather app on flutter, implementation of Clean Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published