-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
89 lines (79 loc) · 2.46 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
name: stacker_news
description: A new Flutter project.
repository: https://github.com/felipebueno/stacker_news
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.5+43
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
timeago: ^3.6.1
url_launcher: ^6.2.4
dio: ^5.4.0
flutter_markdown: ^0.7.1
shared_preferences: ^2.1.2
qr_flutter: ^4.1.0
in_app_update: ^4.1.3
flutter_svg: ^2.0.7
cached_network_image: ^3.3.1
package_info_plus: ^8.0.0
markdown: ^7.2.2
get_it: ^7.6.7
cookie_jar: ^4.0.5
dio_cookie_manager: ^3.1.0
path_provider: ^2.1.2
uni_links: ^0.5.1
provider: ^6.0.5
intl: ^0.19.0
app_links: ^6.1.1
font_awesome_flutter: ^10.7.0
flutter_cached_pdfview: ^0.4.2
share_plus: ^9.0.0
# dependency_overrides:
# Downgrade markdown to 7.0.2 to fix issue with flutter_markdown footnotes
# https://github.com/flutter/flutter/issues/127425
# TODO: Remove this when the above issue fixed
# markdown: 7.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_lints: ^4.0.0
flutter_native_splash: ^2.3.11
flutter_icons:
android: "ic_launcher"
ios: false
remove_alpha_ios: true
image_path: "assets/icons/icon_512x_512.png"
web:
generate: true
image_path: "assets/icons/icon_512x_512.png"
background_color: "#FFFFFF"
theme_color: "#4181D6"
windows:
generate: false
image_path: "assets/icons/icon_512x_512.png"
icon_size: 48
macos:
generate: false
image_path: "assets/icons/icon_512x_512.png"
flutter:
uses-material-design: true
assets:
- assets/
- assets/icons/
fonts:
- family: lightning
fonts:
- asset: fonts/Lightningvolt-xoqm.ttf