forked from GitJournal/GitJournal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
145 lines (139 loc) · 3.32 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
133
134
135
136
137
138
139
140
141
142
143
144
145
name: gitjournal
description: A Note Taking App Built on top of Git
version: 1.89.0+10
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.24.2"
publish_to: none
dependencies:
android_x_storage: ^1.0.0
auto_size_text: ^3.0.0-nullsafety.0
badges: ^2.0.1
buffer: ^1.2.0
carousel_slider: ^5.0.0
collection: ^1.15.0-nullsafety.4
community_material_icon: ^5.9.55
connectivity_plus: ^5.0.2
convert: ^3.1.1
crypto: ^3.0.2
cryptography: ^2.0.5
dart_date: ^1.1.1
dart_git:
git: https://github.com/GitJournal/dart-git.git
# path: ../gitjournal/dart-git
device_info_plus: ^9.1.1
dio: ^4.0.6
dio_smart_retry: ^1.2.0
dots_indicator: ^2.0.0
email_validator: ^2.0.1
equatable: ^2.0.0
fast_immutable_collections: ^10.2.4
file_picker: ^5.3.2
fimber: ^0.6.1
fixnum: ^1.0.1
flutter:
sdk: flutter
flutter_cache_manager: ^3.0.1
flutter_displaymode: ^0.6.0
flutter_email_sender: ^5.0.2
flutter_emoji: ^2.4.0
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.1
flutter_staggered_grid_view: ^0.4.1
flutter_svg: ^2.0.7
flutter_tex_js: ^3.0.0
font_awesome_flutter: ^10.0.0
function_types: ^0.1.0
go_git_dart:
git: https://github.com/GitJournal/go_git_dart.git
git_setup:
path: packages/git_setup
google_api_availability: ^5.0.0
google_fonts: ^2.1.0
hive: ^2.2.3
http: ^0.13.1
icloud_documents_path:
git: https://github.com/GitJournal/icloud_documents_path.git
image_picker: ^0.8.4+1
in_app_purchase: ^3.2.0
in_app_purchase_android: ^0.3.4
intl: ^0.19.0
language_picker: ^0.4.1
launch_app_store: ^1.1.2
markdown: ^7.2.2
meta: ^1.8.0
mutex: ^3.0.0
nested: ^1.0.0
openssh_ed25519:
git: https://github.com/GitJournal/openssh_ed25519.git
org_flutter: ^6.0.3
package_info_plus: ^4.0.2
path: ^1.8.0
path_provider: ^2.0.11
permission_handler: ^10.2.0
photo_view: ^0.14.0
protobuf: ^2.0.0
provider: ^6.0.1
quick_actions: ^1.0.6
quiver: ^3.2.1
recase: ^4.0.0
receive_sharing_intent: ^1.4.5
sentry_flutter: ^7.8.0
share_plus: ^10.0.2
shared_preferences: ^2.0.5
sprintf: ^7.0.0
stack_trace: ^1.11.1
synchronized: ^3.0.0
time: ^2.0.0
timeago: ^3.1.0
tuple: ^2.0.1
universal_io: ^2.0.4
url_launcher: ^6.0.3
uuid: ^4.2.1
yaml: ^3.1.0
yaml_serializer: ^0.0.12
archive: ^3.6.1
flutter_bloc: ^8.1.6
bloc: ^8.1.4
supabase_flutter: ^2.6.0
dev_dependencies:
benchmark_harness: ^2.0.0
build_runner:
flutter_launcher_icons:
git: https://github.com/dirkbo/flutter_launcher_icons
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
hive_generator: ^2.0.1
process_run: ^0.12.3+2
test:
widgetbook:
git:
url: https://github.com/devfelipereis/widgetbook
ref: upgrade-flutter-3.10
path: packages/widgetbook
flutter:
uses-material-design: true
generate: true
assets:
- "assets/icon/icon.png"
- "assets/icon/github-icon.png"
- "assets/icon/gitlab-icon.png"
- "assets/OnBoardingMarkdown.png"
- "assets/OnBoardingGitProviders.png"
fonts:
- family: Lato
fonts:
- asset: fonts/Lato-Regular.ttf
- family: Roboto Mono
fonts:
- asset: fonts/RobotoMono-Regular.ttf
flutter_icons:
android: "launcher_icon"
image_path: "assets/icon/icon.png"
image_path_ios: "assets/icon/icon_ios.png"
ios: true
macos: true
windows: false
linux: false