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 thelib
folder. - Run
flutter pub get
to install the dependencies. - Run
flutter run
to run the app on your device.