This is a very simple project 1. enable flutter version 3.3.8 Dart version 2.18.4 for folder 2. pull pod for ios version 3. compile code and share ipa and apk to me
if it works, then the other developer gets paid.
Pleeeeease.... do nto say the flutter code must be upgraded and it takes 10 days... we run this code every day (yes, every day) so it works very well. It takes approx 1 hour to have all installed.
For you who do not know how to run different fluttter versions here is the way how to do it (yes, you can run flutter versions based on folders!)
Version of flutter: 1. Install FVM globally dart pub global activate fvm
2. Install Flutter 3.3.8 fvm install 3.3.8
3. Navigate to the specific project cd /path/to/your/project
4. Set Flutter 3.3.8 for this project fvm use 3.3.8
5. Run the project with Flutter 3.3.8 fvm flutter run
5. For other projects, use the global Flutter version flutter run