mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
41 lines
852 B
YAML
41 lines
852 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: 2.0.2+0
|
|
|
|
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
|
|
permission_handler: ^11.4.0
|
|
dartx: any
|
|
image_picker: ^1.1.2
|
|
pointycastle: any
|
|
window_manager: ^0.4.3
|
|
device_info_plus: ^11.3.3
|
|
keypress_simulator:
|
|
path: keypress_simulator/packages/keypress_simulator
|
|
shared_preferences: ^2.5.3
|
|
flex_color_scheme: ^8.2.0
|
|
package_info_plus: ^8.3.0
|
|
accessibility:
|
|
path: accessibility
|
|
http: ^1.3.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_launcher_icons: "^0.14.3"
|
|
flutter_lints: ^5.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|