mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
33 lines
624 B
YAML
33 lines
624 B
YAML
name: swift_control
|
|
description: "SwiftControl - Control your virtual riding"
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 1.0.0+2
|
|
|
|
environment:
|
|
sdk: ^3.7.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
url_launcher: ^6.3.1
|
|
flutter_local_notifications: ^19.0.0
|
|
universal_ble: any
|
|
protobuf: ^3.1.0
|
|
dartx: any
|
|
pointycastle: any
|
|
keypress_simulator: ^0.2.0
|
|
flex_color_scheme: ^8.2.0
|
|
accessibility:
|
|
path: accessibility
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_launcher_icons: "^0.14.3"
|
|
flutter_lints: ^5.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|