-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpubspec.yaml
More file actions
69 lines (62 loc) · 1.76 KB
/
Copy pathpubspec.yaml
File metadata and controls
69 lines (62 loc) · 1.76 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
name: ss2kconfigapp
description: Configures the SmartSpin2k using BLE
version: 1.3.1+63
# 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
multicast_dns: ^0.3.0
archive: ^4.0.9
provider: ^6.1.1
path_provider: ^2.1.5
xml: ^6.5.0
file_picker:
git:
url: https://github.com/cypherstack/flutter_file_picker.git
ref: master
audioplayers: ^6.8.1 # Includes the Windows Visual Studio 18 compatibility fix
just_audio: ^0.10.6
share_plus: ^12.0.1
fit_tool: ^1.0.5
gpx: ^2.3.0
flutter_tts: ^4.2.0
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
test: ^1.24.9
flutter:
# Xcode Cloud disables automatic package resolution, and Flutter's SPM
# integration currently tries to add DKImagePickerController without a
# committed Package.resolved. Keep iOS plugin integration on CocoaPods.
config:
enable-swift-package-manager: false
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