flutter_blue_plus_winrt 0.0.7
flutter_blue_plus_winrt: ^0.0.7 copied to clipboard
Windows implementation of the flutter_blue_plus plugin.
0.0.7 #
- Fix: ensure
connectreturnsfalseon failure instead of throwing an exception. - Improvement: refined connection state waiting logic for better reliability.
0.0.6 #
- Fix: ensure
connectmethod waits for actual physical connection completion before returning a result. - Fix: enhanced thread safety during rapid connection and disconnection to prevent
vector erasecrashes. - Improvement: more robust resource cleanup when connection attempts fail.
0.0.5 #
- Fix: compilation errors (C2220) and typos in method signatures.
0.0.4 #
- Fix: crash during connection/disconnection caused by invalid vector iterators.
- Feature: add
setOptionsimplementation.
0.0.3 #
- Fix: ensure physical disconnection by explicitly closing all GATT services.
- Fix: potential race condition where a device might stay connected if disconnected during the connection process.
- Fix: properly clear characteristic and descriptor caches upon disconnection.
0.0.2 #
- Fix: a version issue with
flutter_blue_plus_platform_interface#1
0.0.1 #
- Initial release.