-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpubspec.yaml
More file actions
71 lines (64 loc) · 1.91 KB
/
Copy pathpubspec.yaml
File metadata and controls
71 lines (64 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: ss2kconfigapp
description: Configures the SmartSpin2k using BLE
version: 1.3.5+75
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none"
environment:
sdk: ">=3.11.5 <4.0.0"
flutter: ">=3.44.0"
dependencies:
flutter:
sdk: flutter
flutter_blue_plus: 2.3.10 # Pin to avoid Android configuration issues
flutter_launcher_icons: ^0.14.2
flutter_native_splash: ^2.3.9
shared_preferences: ^2.2.0
wakelock_plus: ^1.5.2
http: ^1.2.0
archive: ^4.0.9
provider: ^6.1.1
path_provider: ^2.1.5
package_info_plus: ^10.2.1
xml: ^6.5.0
file_picker: ^12.1.2
audioplayers: ^6.8.1 # Includes the Windows Visual Studio 18 compatibility fix
just_audio: ^0.10.6
share_plus: ^13.3.0
fit_tool: ^1.0.5
gpx: ^2.3.0
flutter_tts: ^4.2.5
flutter_svg: ^2.0.0
url_launcher: ^6.2.5
app_links: ^6.3.2 # Pin to pre-6.4 to avoid new Gradle plugin API requirement
reorderables: ^0.6.0
video_player: ^2.9.0
fvp: ^0.37.3
intl: ^0.20.3
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
test: ^1.24.9
# Transitive via flutter_blue_plus. Declared so the FTMS transport-parity test
# can install a fake FlutterBluePlusPlatform; the flutter_blue_plus entrypoint
# re-exports only DeviceIdentifier, Guid, LogLevel and PhySupport.
flutter_blue_plus_platform_interface: ^9.0.3
flutter:
# Prefer Swift Package Manager for Apple-platform plugins. Flutter falls
# back to CocoaPods only for plugins that have not migrated yet.
config:
enable-swift-package-manager: true
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/workout_library/
- assets/appainter_theme.json
- assets/appainter_theme_dark.json
- assets/sounds/
- pubspec.yaml
dependency_overrides:
app_links: 7.2.0
#package_info_plus: 8.3.1