This is the iOS app for the EcoSense project. It is written using Flutter Framework.
- Make sure you have Flutter installed on your machine. You can find the instructions here.
- Clone this repository.
- Put the Firebase API key file (
firebase_options.dart) in thelibfolder. - Run
flutter pub getto install the dependencies. - Run
flutter runto run the app on your device.