Android and iOS application made with Flutter and Firebase
- Install Flutter
- Install Flutter: https://docs.flutter.dev/get-started/install
- Set Flutter Version to 3.10.6 by executing the following command:
cd <path_to_flutter_directory> ; git checkout 3.10.6
- Set Android environment up
- Download Android Studio: https://developer.android.com/studio
- Install Android Studio: https://developer.android.com/studio/install
- Create an Android virtual device: https://developer.android.com/studio/run/managing-avds
- Set iOS environment up
- Install Xcode and Simulators: https://developer.apple.com/documentation/safari-developer-tools/installing-xcode-and-simulators
- Install CocoaPods at version 1.13.0: From terminal execute the following command
[sudo] gem install cocoapods -v 1.13.0'
- Run the app on Android or iOS - 2 Options:
- From the command line, execute the command:
cd <flutter_project_directory> ; flutter run
- From an IDE, Run and Debug options