-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpubspec.yaml
115 lines (93 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
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
name: safenotes
description: Encrypted, private note manager
homepage: https://safenotes.dev/
documentation: https://safenotes.dev/
publish_to: 'none'
version: 2.3.0+10
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: 3.19.3
dependencies:
flutter:
sdk: flutter
after_layout: ^1.2.0
auto_size_text: ^3.0.0
crypto: ^3.0.3
cupertino_icons: ^1.0.6
device_info_plus: ^10.0.1
easy_localization: ^3.0.1
encrypt: ^5.0.0
file_picker: ^8.0.0+1
flutter_secure_storage: ^9.0.0
flutter_staggered_grid_view: ^0.7.0
intl: ^0.18.1
local_auth: ^2.1.2
local_session_timeout: ^2.1.1
logger: ^2.1.0
material_design_icons_flutter: ^7.0.7296
media_scanner: ^2.1.0
modal_bottom_sheet: ^3.0.0
page_transition: ^2.0.9
path: ^1.9.0
path_provider: ^2.0.2
permission_handler: ^11.3.0
provider: ^6.0.3
rename: ^3.0.2
settings_ui: ^2.0.2
shared_preferences: ^2.0.6
sqflite: ^2.1.0+1
timeago: ^3.3.0
tuple: ^2.0.0
url_launcher: ^6.1.5
safenotes_nord_theme:
git:
url: https://github.com/keshav-space/safenotes-nord-theme.git
ref: main
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.2.11
import_sorter: ^4.6.0
dependency_validator: ^3.0.0
flutter_lints: ^3.0.2
flutter_native_splash:
color: "#ECEFF4"
image: assets/images/splash_500.png
color_dark: "#2E3440"
image_dark: assets/images/splash_500.png
android_12:
color: "#ECEFF4"
icon_background_color: "#ECEFF4"
image: assets/images/splash_12.png
color_dark: "#2E3440"
icon_background_color_dark: "#2E3440"
image_dark: assets/images/splash_12.png
fullscreen: true
flutter_launcher_icons:
android: true
image_path: "assets/images/icon.png"
min_sdk_android: 25
ios: true
remove_alpha_ios: true
image_path_ios: "assets/images/icon_no_alpha_ios.png"
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with app, so that app can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/translations/
fonts:
- family: NotoSerif
fonts:
- asset: assets/fonts/NotoSerif-Regular.ttf
- family: MerriweatherBlack
fonts:
- asset: assets/fonts/Merriweather-Black.ttf
- family: NotoMonochromaticEmoji
fonts:
- asset: assets/fonts/NotoEmoji-VariableFont_wght.ttf