1.8.00

Backend

Perform your usually file update. Make sure all files in the zipped folder is uploaded to your server.

Note: If you are having issue about missing class after the updating.

  1. Please check that you are using the right php 8.2 version

  2. Run the composer command in your terminal: composer dump-autoload

  3. You can also run: composer install

Customer/Driver/Vendor

App Perform your usually file update.

You need to install/update flutter 3.35.3 to run the Glover project.

Note: You might have issues with IDE code analysis highlighting.

Please do run:

flutter clean

flutter pub get

Note: If the build is still failing, you might need to delete the pubspec.lock file, so flutter can redownload plugins


iOS Build

Note: You need to install/update to Xcode 16.0+ to build iOS app for this version. You also need to upgrade your Cocoapods on your mac. Required version is: 1.14.3.

To check your cocoapods version, run this command in your terminal:

pod --version

We have drop support for firebase dynamic links for a custom dynamic link. Please follow the guide found in the link below to properly setup the new custom dynamic linking system

Custom Dynamic Link

Last updated

Was this helpful?