When launching the app on the API development branch the app throws an error and displays a red screen that gives a general BuildError. Upon further inspection, a Platform error is being thrown in reference to the public key.
Reproduction steps
Connect the phone to the laptop via USB
Check the connection with flutter devices
Go to the directory of the project
cd robot-weed-killer/
Go to the flutter project's directory to run the development build.
cd bt_controller && flutter run --no-sound-null-safety
Description
When launching the app on the API development branch the app throws an error and displays a red screen that gives a general
BuildError
. Upon further inspection, a Platform error is being thrown in reference to the public key.Reproduction steps
flutter devices
cd robot-weed-killer/
cd bt_controller && flutter run --no-sound-null-safety
Screenshots
No response
Logs
No response