895dcbe343
* Improve example app ui * Store favorite services in local storage * Use Text instead of SelectableText * Improve colors * Fix flutter analyzer issues * Revert example app minimum sdk requirement * Implement hasPermission api and improve ui flow * More ui improvements * Improve ScannedItem ui * Improve control ui * Change color theme to blue * Minor improvements wip * improve responsive ui and flow * More improvements * More improvements * Update Mac podfile * Fix home page scroll view * Update app and package name * Revert changelog * Resolve Ai comments --------- Co-authored-by: Foti Dim <foti@navideck.com>
37 lines
737 B
YAML
37 lines
737 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
|
|
shared_preferences: ^2.5.4
|
|
package_info_plus: ^9.0.0
|
|
url_launcher: ^6.3.2
|
|
universal_ble:
|
|
path: ../
|
|
|
|
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
|