forked from thunder-app/thunder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
132 lines (120 loc) · 3.64 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
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
122
123
124
125
126
127
128
129
130
131
132
name: thunder
description: An open-source cross-platform Lemmy client for iOS and Android built with Flutter
publish_to: "none"
version: 0.2.1+13
environment:
sdk: "^3.0.0"
flutter: ">=3.10.6 <4.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
sqflite: ^2.2.8+4
path: ^1.8.3
markdown_editable_textinput:
git:
url: https://github.com/hjiangsu/markdown-editable-textinput.git
ref: 2.2.1+2
extended_image:
git:
url: https://github.com/hjiangsu/extended_image.git
ref: 8.0.3
lemmy_api_client:
git:
url: https://github.com/hjiangsu/lemmy_api_client.git
ref: 77f50e5a6cdd76ae177f188e574c2df11b75a14d
cupertino_icons: ^1.0.2
bloc: ^8.1.2
flutter_bloc: ^8.1.3
equatable: ^2.0.5
flutter_dotenv: ^5.1.0
cached_network_image: ^3.2.3
url_launcher: ^6.1.11
flutter_markdown: ^0.6.15
stream_transform: ^2.1.0
bloc_concurrency: ^0.2.2
flutter_launcher_icons: ^0.13.1
dio: ^5.2.1+1
shared_preferences: ^2.1.2
html: ^0.15.4
http: ^0.13.6
auto_size_text: ^3.0.0
go_router: ^8.0.3
yaml: ^3.1.2
exif: ^3.1.4
image: ^4.0.17
uuid: ^3.0.7
overlay_support: ^2.1.0
package_info_plus: ^4.0.2
photo_view: ^0.14.0
flutter_native_splash: ^2.3.1
sqflite_common_ffi: ^2.2.5
webview_flutter: ^4.2.2
webview_flutter_android: ^3.8.0
webview_flutter_wkwebview: ^3.5.0
share_plus: ^7.0.2
flex_color_scheme: ^7.1.2
dynamic_color: ^1.6.5
gallery_saver: ^2.3.2
flutter_cache_manager: ^3.3.0
permission_handler: ^10.3.0
path_provider: ^2.0.15
intl: any
device_info_plus: ^9.0.2
image_picker: ^1.0.0
flutter_staggered_grid_view: ^0.6.2
flutter_custom_tabs: ^1.0.4
link_preview_generator: ^1.2.0
back_button_interceptor: ^6.0.2
flutter_localizations:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
dependency_overrides:
markdown: 7.0.0
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
generate: true
# To add assets to your application, add an assets section, like this:
assets:
- .env
- assets/logo.png
- assets/logo_background.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
fonts:
- family: Thunder
fonts:
- asset: fonts/Thunder.ttf
flutter_native_splash:
image: assets/logo.png
color: 212123