Skip to content

Added working APKs

Pre-release
Pre-release
Compare
Choose a tag to compare
@DON2604 DON2604 released this 09 Nov 13:41
· 3 commits to master since this release

VisionApp APK - Important Notice

⚠️ Caution: The visionapp.apk requires a locally running API to function correctly. Please follow the instructions below to set up your environment.

Requirements for Running visionapp.apk

  1. Local API: Ensure that the API service is running on your local machine.

    • The app is configured to connect to the API using a specific local IP address (e.g., 192.168.x.x).
    • Note: The IP address is hardcoded in the Flutter code. If your local IP address changes or differs, you will need to update it in the source code before building the APK.
  2. Steps to Update the IP Address (if necessary):

    • Open the Flutter project for visionapp in an editor.
    • Locate the file where the API URL or IP address is defined, likely in a configuration file or in main.dart.
    • Replace the existing IP address with your current local IP address.
    • Save the changes and rebuild the APK if necessary.
  3. Testing on Mobile Device:

    • If you’re testing on a mobile device connected to the same network, ensure that your mobile device can access your computer’s local IP address.

Troubleshooting

  • Cannot Connect to API: If the app fails to connect to the API, double-check that the IP address matches your local machine’s IP.
  • IP Changes: If your local IP address changes (e.g., due to network reconfiguration), you’ll need to update it in the code and rebuild the APK.

ML Kit Flutter APK - No API Requirement

The ml_kit_flutter.apk does not require a locally running API and can function independently. You can install and use this app without any additional setup for a local backend.