-
Notifications
You must be signed in to change notification settings - Fork 55
/
pubspec.yaml
130 lines (107 loc) · 2.48 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
name: potato_notes
description: Official POSP notes app
publish_to: "none"
version: 2.0.1+21
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
animated_vector:
git: https://github.com/PotatoProject/animated_vector
animations: ^2.0.2
archive: ^3.1.11
back_button_interceptor: ^6.0.0
biometric_storage: ^4.0.1
bitsdojo_window: ^0.1.1+1
blurhash_dart: ^1.1.0
collection: ^1.15.0
cross_file: ^0.3.2
cryptography: ^2.0.5
cupertino_icons: ^1.0.4
diffutil_dart: ^3.0.0
dio: ^4.0.4
drift: ^1.4.0
file_picker: ^4.3.3
file_selector: ^0.8.4+3
file_selector_linux: ^0.0.2
file_selector_macos: ^0.8.2+2
file_selector_windows: ^0.8.2
flutter:
sdk: flutter
flutter_blurhash: ^0.7.0
flutter_keyboard_visibility: ^5.1.1
flutter_local_notifications: ^9.2.0
flutter_localizations:
sdk: flutter
flutter_mobx: ^2.0.4
flutter_staggered_grid_view: ^0.6.1
http: ^0.13.3
image: ^3.2.0
image_picker: ^0.8.4+7
image_picker_for_web: ^2.1.5
image_size_getter: ^2.1.1
in_app_update: ^3.0.0
intl: ^0.17.0
json_annotation: ^4.4.0
liblymph:
git: https://github.com/HrX03/liblymph
local_auth: ^1.1.10
loggy:
git: https://github.com/HrX03/loggy
material_color_utilities: ^0.1.3
material_design_icons_flutter: ^5.0.6595
mobx: ^2.0.6+1
monet: ^0.1.0
package_info_plus: ^1.4.2
path: ^1.8.2
path_drawing: ^1.0.0
path_provider: ^2.0.8
quick_actions: ^0.6.0+9
recase: ^4.0.0
share_plus: ^4.0.8
shared_preferences: ^2.0.13
sqflite: ^2.0.2
sqflite_common_ffi: ^2.1.0+2
sqlcipher_flutter_libs: ^0.5.1
sqlite3: ^1.5.1
toml: ^0.13.1
universal_platform: ^1.0.0+1
url_launcher: ^6.0.18
uuid: ^3.0.4
waterfall_flow: ^3.0.2
webcrypto:
git: https://github.com/gargakshit/webcrypto.dart
window_manager: ^0.2.5
xml: ^6.1.0
yatl:
git:
url: https://github.com/HrX03/yatl
path: yatl
yatl_flutter:
git:
url: https://github.com/HrX03/yatl
path: yatl_flutter
dev_dependencies:
build_runner: ^2.1.7
flutter_test:
sdk: flutter
json_serializable: ^6.1.4
liblymph_gen:
git: https://github.com/HrX03/liblymph_gen
lint: ^1.8.2
mobx_codegen: ^2.0.5+2
mockito: ^5.0.17
flutter:
uses-material-design: true
assets:
- config.json
- themes/
fonts:
- family: CustomIcons
fonts:
- asset: fonts/CustomIcons.ttf
- family: ValeraRound
fonts:
- asset: fonts/ValeraRound.ttf
dependency_overrides:
path: ^1.8.1
path_parsing: ^1.0.0