-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
52 lines (47 loc) · 1.16 KB
/
pubspec.yaml
File metadata and controls
52 lines (47 loc) · 1.16 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
name: nextdeck
description: Nextcloud Deck Client (Flutter, Cupertino)
publish_to: 'none'
version: 1.8.0+18
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.8
http: ^1.2.2
flutter_secure_storage: ^10.0.0
provider: ^6.1.2
intl: ^0.20.2
hive: ^2.2.3
hive_flutter: ^1.1.0
path_provider: ^2.1.4
flutter_markdown: ^0.7.3+1
markdown: ^7.3.1
share_plus: ^12.0.2
url_launcher: ^6.3.0
file_picker: ^11.0.2
image_picker: ^1.1.2
flutter_local_notifications: ^21.0.0
timezone: ^0.11.0
flutter_timezone: ^5.0.2
# iOS Background Fetch — pollt im Hintergrund die Nextcloud
# Notifications-API, damit Banner auch ankommen, wenn die App
# nicht im Vordergrund ist. iOS entscheidet die Frequenz
# (typisch alle 15-60 min, je nach Nutzungsmuster).
background_fetch: ^1.3.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
assets:
- assets/icon.png
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: assets/icon.png