-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
94 lines (83 loc) · 2.36 KB
/
pubspec.yaml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: interstellar
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 0.0.0
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.3
http: ^1.2.2
http_parser: ^4.0.2
path: ^1.9.0
mime: ^1.0.6
infinite_scroll_pagination: ^4.0.0
intl: any
media_kit: ^1.1.11
media_kit_video: ^1.2.5
media_kit_libs_video: ^1.0.5
oauth2: ^2.0.3
provider: ^6.1.2
shared_preferences: ^2.3.2
url_launcher: ^6.3.0
webview_flutter: ^4.9.0
youtube_explode_dart: ^2.2.2
freezed_annotation: ^2.4.4
badges: ^3.1.2
image_picker: ^1.1.2
dynamic_color: ^1.7.0
markdown: ^7.2.2
expandable: ^5.0.1
blurhash_ffi: ^1.2.6
unifiedpush:
git:
url: https://github.com/emersion/UnifiedPush-flutter-connector.git
ref: 1c2861f9e1e744a5644efdcad957d0a6a3aac733
path: unifiedpush/
webpush_encryption:
git:
url: https://github.com/UnifiedPush/dart-webpush-encryption.git
ref: v0.1.0
flutter_local_notifications: ^17.2.3
flex_color_scheme: ^7.3.1
share_plus: ^10.0.2
path_provider: ^2.1.4
window_manager: ^0.4.2
dependency_overrides:
webcrypto: ^0.5.7
unifiedpush_android:
git:
url: https://github.com/emersion/UnifiedPush-flutter-connector.git
ref: 1c2861f9e1e744a5644efdcad957d0a6a3aac733
path: unifiedpush_android/
unifiedpush_platform_interface:
git:
url: https://github.com/emersion/UnifiedPush-flutter-connector.git
ref: 1c2861f9e1e744a5644efdcad957d0a6a3aac733
path: unifiedpush_platform_interface/
dev_dependencies:
flutter_lints: ^3.0.2
flutter_launcher_icons: # This is until the next release > ^0.13.1
git:
url: 'https://github.com/fluttercommunity/flutter_launcher_icons.git'
ref: '006cb1ed53f969bf11816cde5b16dd520e1ee40e'
build_runner: ^2.4.13
freezed: ^2.5.7
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the icons directory to the application.
- assets/icons/
flutter_launcher_icons:
image_path: 'assets/icons/logo.png'
android: true
adaptive_icon_foreground: 'assets/icons/logo-android-foreground.png'
adaptive_icon_background: '#294062'
adaptive_icon_monochrome: 'assets/icons/logo-android-monochrome.png'
windows:
generate: true