Files
universal_ble/example/CHANGELOG.md
T
Foti Dim 2a65823e6c Update Bluetooth scanning UI and functionality
- Bump version to 1.2.0 in pubspec.lock.
- Enhance ScannerScreen with a Bluetooth availability tooltip and improved search filter UI.
- Refactor AppDrawer to include a queue type selection feature.
- Update ScannedDevicesPlaceholderWidget to include a 'Start Scan' button for better user interaction.
- Improve overall layout and styling for better user experience.
2026-01-18 17:11:22 +01:00

592 B

1.2.0

  • Improved scan button visibility - converted to prominent filled button with text label
  • Enhanced "no devices found" state with explicit "Start Scan" call-to-action button
  • Moved search field to app bar header for better accessibility
  • Moved queue type settings to drawer menu as expandable section
  • Added tooltip to Bluetooth availability icon (tap to view on mobile)
  • Improved overall UI layout and navigation flow

1.1.0

  • Add support for autoConnect parameter
  • Display RSSI values in device details
  • Persist filters
  • Fix clear log button

1.0.0

  • Initial release