mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
82 lines
1.8 KiB
YAML
Executable File
82 lines
1.8 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.3.0+33
|
|
|
|
environment:
|
|
sdk: ^3.9.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
url_launcher: ^6.3.1
|
|
flutter_local_notifications: ^19.4.1
|
|
|
|
# fork to allow iOS background BLE connections
|
|
universal_ble:
|
|
git:
|
|
url: https://github.com/jonasbark/universal_ble.git
|
|
gamepads: ^0.1.8+2
|
|
|
|
path_provider: ^2.1.5
|
|
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
|
|
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
|
|
accessibility:
|
|
path: accessibility
|
|
|
|
device_auto_rotate_checker:
|
|
git:
|
|
url: https://github.com/mpcreza/device_auto_rotate_checker.git
|
|
|
|
# app update related
|
|
shorebird_code_push: ^2.0.5
|
|
restart_app:
|
|
git:
|
|
url: https://github.com/maple135790/restart_app.git
|
|
ref: feature/resolve-all-open-issues
|
|
package_info_plus: ^9.0.0
|
|
in_app_update: ^4.2.5
|
|
http: ^1.3.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^6.0.0
|
|
msix: ^3.16.12
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- CHANGELOG.md
|
|
- TROUBLESHOOTING.md
|
|
- INSTRUCTIONS_ANDROID.md
|
|
- INSTRUCTIONS_IOS.md
|
|
- INSTRUCTIONS_WINDOWS.md
|
|
- INSTRUCTIONS_MACOS.md
|
|
- shorebird.yaml
|
|
|
|
msix_config:
|
|
display_name: SwiftControl
|
|
publisher_display_name: Jonas Bark
|
|
identity_name: JonasBark.SwiftControl
|
|
publisher: CN=EDA6D86E-3E52-4054-9F3A-4277AFCCB2C4
|
|
store: true
|
|
logo_path: logo.png
|
|
build_windows: false
|
|
capabilities: internetClient,bluetooth,inputInjectionBrokered
|