Files
universal_ble/example/pubspec.yaml
T
Foti Dim bcf65e4573 Improve example app (#210)
* Improve example app

- Introduced utility functions for sorting BLE services and filtering characteristics based on properties.
- Updated the peripheral detail page to support reading all characteristics and improved value formatting for better readability.
- Added navigation functionality for adjacent characteristics and integrated property filters in the services list widget.
- Enhanced the services side widget to manage selected properties and provide a clearer UI for service interactions.
- Implemented copy functionality for logs and improved overall user experience in the peripheral details section.

* Remove expandable

* Automatically start scanning on launch

* Show loading indicator for discovering services

* Decrease the height of TextFormField
2026-01-23 07:29:28 +01:00

41 lines
854 B
YAML

name: universal_ble_example
description: Demonstrates how to use the universal_ble plugin.
version: 1.0.0+1
publish_to: "none"
environment:
sdk: ">=3.1.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
convert: ^3.1.1
cupertino_icons: ^1.0.2
shared_preferences: ^2.5.4
package_info_plus: ^9.0.0
url_launcher: ^6.3.2
path_provider: ^2.1.1
yaml: ^3.1.3
universal_ble:
path: ../
device_preview: ^1.3.1
device_preview_screenshot: ^1.0.0
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
package_rename: ^1.10.1
flutter_launcher_icons:
git:
url: https://github.com/Navideck/flutter_launcher_icons.git
ref: improve-windows-ico-generation
flutter:
uses-material-design: true
assets:
- assets/icon.png
- assets/company_identifiers.yaml