-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpubspec.yaml
More file actions
121 lines (116 loc) · 2.95 KB
/
Copy pathpubspec.yaml
File metadata and controls
121 lines (116 loc) · 2.95 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
name: thunder
description: An open-source cross-platform Lemmy client for iOS and Android built with Flutter
publish_to: none
version: 0.9.0-3+98
environment:
sdk: ^3.0.0
flutter: ">=3.44.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
markdown_editor:
git:
url: https://github.com/thunder-app/markdown-editor.git
ref: 34db147d5964b2e84f5a7e8edff4a5ce6b649ec8
image_dimension_parser:
git:
url: https://github.com/thunder-app/image-dimension-parser.git
ref: d9bfec9dfe6a53b2d032129ce56311ec02796a29
l10n_esperanto: ^2.0.14
android_intent_plus: ^6.0.0
app_links: ^7.0.0
auto_size_text: ^3.0.0
back_button_interceptor: ^8.0.0
background_fetch: ^1.5.0
bloc: ^9.0.0
bloc_concurrency: ^0.3.0
cached_network_image: ^3.2.3
collection: ^1.17.0
connectivity_plus: ^7.0.0
dart_ping: ^9.0.0
dart_ping_ios: ^4.0.0
drift: ^2.32.0
drift_flutter: ^0.3.0
dynamic_color: ^1.6.5
equatable: ^2.0.5
expandable: ^5.0.1
extended_image: ^10.0.1
fading_edge_scrollview: ^4.1.1
flex_color_scheme: ^8.1.1
flutter_bloc: ^9.1.1
flutter_cache_manager: ^3.3.0
flutter_custom_tabs: ^2.0.0-beta.1
flutter_displaymode: ^0.7.0
flutter_file_dialog: ^3.0.2
keyboard_detection: ^0.8.1
flutter_local_notifications: ^21.0.0
flutter_markdown: ^0.7.3+1
flutter_native_splash: ^2.4.7
flutter_sharing_intent: ^2.0.4
flutter_staggered_grid_view: ^0.7.0
flutter_typeahead: ^6.0.0
gal: ^2.2.0
html: ^0.15.4
html_unescape: ^2.0.0
http: ^1.2.1
image_picker: ^1.0.0
intl: ^0.20.2
jovial_svg: ^1.1.19
markdown: ^7.2.2
overlay_support: ^2.1.0
path: ^1.8.3
path_provider: ^2.1.5
permission_handler: ^12.0.0+1
screenshot: ^3.0.0
share_plus: ^13.1.0
shared_preferences: ^2.1.2
smooth_highlight: ^0.1.1
stream_transform: ^2.1.0
super_sliver_list: ^0.4.1
unifiedpush: 6.1.0
url_launcher: ^6.1.11
# There is an intentional space between the packge name and colon below. Do not remove!
version : ^3.0.2
video_player: ^2.9.2
visibility_detector: ^0.4.0+2
webview_flutter: ^4.2.2
webview_flutter_android: ^4.1.0
webview_flutter_wkwebview: ^3.5.0
youtube_player_flutter: ^9.1.0
youtube_player_iframe: ^6.0.0
freezed_annotation: ^3.1.0
freezed: ^3.2.2
image: ^4.5.4
sqlite3: ^3.0.0
flutter_avif: ^3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^10.0.0
build_runner: ^2.5.4
drift_dev: ^2.28.0
flutter_launcher_icons: ^0.14.1
flutter_lints: ^6.0.0
mocktail: ^1.0.4
sqflite: ^2.4.0
sqflite_common_ffi: ^2.3.4
bloc_lint: ^0.4.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/logo.png
- assets/logo_monochrome.png
- assets/logo_android.png
- assets/logo_android_background.png
- assets/logo_android_monochrome.png
- assets/ca/
fonts:
- family: Thunder
fonts:
- asset: fonts/Thunder.ttf
config:
enable-swift-package-manager: true
flutter_native_splash:
image: assets/logo.png
color: 212123