1. Home
  2. Food Delivery Management ...
  3. Delivery Boy Mobile App
  4. Update

Update

Note:

If you install the project for the first time skip this step

1. Download the new version from Us

2. Extract the files in the folder /Update/flutter_application and merge the content of this folder with your flutter application folder.

3. Open all files /android/app/src/main/kotlin/<Your Package name folders>/ and change the package name.

Note:

The package name declared in the first line of each file

4. Open /assets/cfg/configurations.json and check if the remote links are correct  to connect your mobile app with your admin panel

{
  "api_base_url": "http://yourdomain.com/public/api/",
  "base_url": "http://yourdomain.com/public/"
}
Important:
  • These URLs must end with a slash  ‘/’
  • If you have removed the public folder from your admin panel URL you must remove it from the URLs above

5 – Update the dependencies: open your console, go to the root folder of your project, and run:

flutter pub get
Warning:

We aren’t responsible if you lose your customization or your data, please do those steps be carefully

Facebook Comments

How can we help?