mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
55 lines
1.1 KiB
YAML
Executable File
55 lines
1.1 KiB
YAML
Executable File
name: swift_control
|
|
description: "SwiftControl - Control your virtual riding"
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 3.0.1+21
|
|
|
|
environment:
|
|
sdk: ^3.7.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
url_launcher: ^6.3.1
|
|
flutter_local_notifications: ^19.4.1
|
|
universal_ble: ^0.21.1
|
|
intl: any
|
|
version: ^3.0.0
|
|
bluetooth_low_energy: ^6.1.0
|
|
wakelock_plus: ^1.4.0
|
|
protobuf: ^4.2.0
|
|
flutter_md: ^0.0.7
|
|
permission_handler: ^12.0.1
|
|
dartx: any
|
|
image_picker: ^1.1.2
|
|
pointycastle: any
|
|
window_manager: ^0.5.1
|
|
device_info_plus: ^12.1.0
|
|
keypress_simulator:
|
|
path: keypress_simulator/packages/keypress_simulator
|
|
shared_preferences: ^2.5.3
|
|
flex_color_scheme: ^8.3.0
|
|
package_info_plus: ^9.0.0
|
|
in_app_update: ^4.2.5
|
|
accessibility:
|
|
path: accessibility
|
|
http: ^1.3.0
|
|
|
|
dependency_overrides:
|
|
universal_ble:
|
|
git:
|
|
url: https://github.com/jonasbark/universal_ble.git
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_launcher_icons: "^0.14.3"
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- CHANGELOG.md
|
|
- TROUBLESHOOTING.md
|