-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing known flutter device connection issues #596
Labels
flutter
flutter work
Comments
|
If possible, I'd add to this the model (DevKit1, DevKit1 SPI SD, DevKit2 if the device is running updated firmware that has that info) and capabilities as a form of flags or booleans (hasMemory, hasButton, hasCamera) |
josancamon19
added a commit
that referenced
this issue
Aug 18, 2024
Related to #596 <!-- This is an auto-generated comment: release notes by OSS Entelligence.AI --> ### Summary by Entelligence.AI - Refactor: Updated the storage and retrieval mechanism of `BTDeviceStruct` object in `SharedPreferencesUtil`. This change enhances the application's ability to handle Bluetooth device information. - Bug Fix: Improved Flutter connection handling and state management across various pages. This includes checks before calling `setState` to prevent errors and a more robust approach to showing SnackBar messages when memory creation fails. - New Feature: Added a connection listener on the found devices page, improving the user experience by providing real-time updates about the connection status. <!-- end of auto-generated comment: release notes by OSS Entelligence.AI -->
The capture page dispose issue doesn't seem to happen anymore? And also the websocket disconnect and reconnect issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Visually it doesn't seem to be causing performance issues.
Steps to reproduce the behavior:
Friend ()
found_devices
, do not connect anything, go back home, enterfound_devices
again, no devices get displayed.The text was updated successfully, but these errors were encountered: