1.7.50
Backend
Perform your usually file update.
Note: If you are having issue about missing class after the updating.
Please check that you are using the right php 8.2 version
Run the composer command in your terminal:
composer dump-autoload
You can also run:
composer install
Customer/Driver/Vendor
App Perform your usually file update.
You need to install/update flutter 3.22.1 to run the Glover project.
Note: You might have issues with IDE code analysis highlighting.
Please do run:
flutter clean
flutter pub get
iOS Build
Note: You need to install/update to Xcode 15.0+ to build iOS app for this version. You also need to upgrade your Cocoapods on your mac. Required version is: 1.13.0.
To check your cocoapods version, run this command in your terminal:
Last updated