35 lines
578 B
YAML
35 lines
578 B
YAML
name: siab_bluetooth_app
|
|
description: SIAB Bluetooth streaming data app for Android
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# Bluetooth Low Energy
|
|
flutter_blue_plus: ^1.30.0
|
|
|
|
# State management
|
|
provider: ^6.1.1
|
|
|
|
# UI
|
|
cupertino_icons: ^1.0.6
|
|
# Local SQLite
|
|
sqflite: ^2.3.2
|
|
path: ^1.9.0
|
|
path_provider: ^2.1.2
|
|
permission_handler: ^11.3.0
|
|
share_plus: ^10.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|