44412508e7
* Implement scan filter in example app * Remove Fixed FlutterVersion from Workflow and improve ScanFilterWidget * Update example/lib/home/widgets/scan_filter_widget.dart * Update example/lib/home/widgets/scan_filter_widget.dart * Update example/lib/peripheral_details/peripheral_detail_page.dart * Improve text --------- Co-authored-by: Foti Dim <foti@navideck.com> Co-authored-by: Foti Dim <fdimanidis@gmail.com>
29 lines
513 B
YAML
29 lines
513 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
|
|
expandable: ^5.0.1
|
|
cupertino_icons: ^1.0.2
|
|
permission_handler: ^10.4.3
|
|
device_info_plus: ^9.0.2
|
|
universal_ble:
|
|
path: ../
|
|
|
|
dev_dependencies:
|
|
integration_test:
|
|
sdk: flutter
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|