Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 489 Bytes

File metadata and controls

11 lines (8 loc) · 489 Bytes

EcoSense iOS App

This is the iOS app for the EcoSense project. It is written using Flutter Framework.

Getting Started (iOS only)

  1. Make sure you have Flutter installed on your machine. You can find the instructions here.
  2. Clone this repository.
  3. Put the Firebase API key file (firebase_options.dart) in the lib folder.
  4. Run flutter pub get to install the dependencies.
  5. Run flutter run to run the app on your device.