Smart Home

This repository holds the code for a demo of a Smart Home app.

Screen recording:

demo.mov

Development Environment:

  • Flutter (Channel stable, 3.0.3)

Building Project:

  • Clone the repository:

    git clone https://github.com/victoreronmosele/smart_home
    
  • Change to the directory:

    cd smart_home
    
  • Install dependencies:

    flutter pub get
    
  • Run the app:

    flutter run
    
  • Run the app's tests:

    flutter test