-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
78 lines (72 loc) · 1.74 KB
/
pubspec.yaml
File metadata and controls
78 lines (72 loc) · 1.74 KB
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
name: notifi
description: A multi platform app to receive push notifications over simple HTTP requests you can embed anywhere.
publish_to: 'none'
version: 0.0.1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
akar_icons_flutter: 1.1.9
app_settings: ^4.1.0
cached_network_image: ^3.1.0
desktop_window: ^0.4.0
dio: ^4.0.0
firebase_core: ^1.12.0
firebase_messaging: ^11.2.6
flutter:
sdk: flutter
flutter_app_icon_badge: ^2.0.0
flutter_dotenv: ^5.0.0
flutter_emoji: ^2.2.1+1
flutter_local_notifications: ^9.0.2
flutter_secure_storage:
git:
url: https://github.com/openresearch/flutter_secure_storage
ref: feature/macos_support
flutter_slidable: ^1.2.0
intl: ^0.17.0
json_serializable: ^6.0.1
launch_at_login: ^0.0.3
launch_review: ^3.0.1
local_auth: ^1.1.8
package_info: ^2.0.0
package_info_plus: ^1.0.4
path_provider: ^2.0.2
provider: ^6.0.0
share_plus: ^4.0.3
shared_preferences: ^2.0.6
sqflite: ^2.0.0+3
sqflite_common_ffi: ^2.0.0+1
timeago: ^3.0.2
toast: ^0.1.5
url_launcher: ^6.0.9
uuid: ^3.0.4
web_socket_channel: ^2.1.0
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_native_splash: ^2.1.2+1
flutter_test:
sdk: flutter
test: ^1.16.8
flutter:
uses-material-design: false
assets:
- images/bell.png
- images/sad.png
- .env
- pubspec.yaml
- snap/gui/notifi.desktop
fonts:
- family: Inconsolata
fonts:
- asset: fonts/Inconsolata.ttf
weight: 400
- asset: fonts/Inconsolata-Medium.ttf
weight: 500
- asset: fonts/Inconsolata-Bold.ttf
weight: 700
- asset: fonts/Inconsolata-Black.ttf
weight: 900
flutter_native_splash:
color: "#f5f5f5"
image: images/bell.png