Releases: GDG-UEM-Kolkata/BuildWithAI-flutter-
Releases · GDG-UEM-Kolkata/BuildWithAI-flutter-
Added working APKs
VisionApp APK - Important Notice
⚠️ Caution: Thevisionapp.apk
requires a locally running API to function correctly. Please follow the instructions below to set up your environment.
Requirements for Running visionapp.apk
-
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.
- The app is configured to connect to the API using a specific local IP address (e.g.,
-
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.
- Open the Flutter project for
-
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.