A home automation mobile application made using flutter & dart with clean architecture 🏠
This repository is still under development and I will continue to add more features to it.
- 
Geolocator to get current user location.
 - 
Open Weather Map API to get current user location humidity, and temperature, and country.
 - 
Flutter Bloc for state management.
 - 
Injectable and GetIt for Dependency injection.
 
- Profile screen.
 - Complete schedule screen.
 - Add new room.
 - Add new device.
 - Favorites screen.
 - Unit Tests.
 
- Open Terminal and Clone the Repo
 
  git clone https://github.com/Djihanegh/smart_home_app.git- Cd Over
 
   cd smart_home_app- Run Pub
 
   Flutter pub get
- Run App
 
  Happy Coding !!
- Fork the the project
 - Create your feature branch (git checkout -b my-new-feature)
 - Make required changes and commit (git commit -am 'Add some feature')
 - Push to the branch (git push origin my-new-feature)
 - Create new Pull Request
 
