-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpubspec.yaml
43 lines (38 loc) · 1.31 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
name: live_activities
description: A Flutter plugin to use iOS 16.1+ Live Activities & iPhone 14 Pro Dynamic Island features
version: 2.3.0
homepage: https://dimitridessus.fr/
repository: https://github.com/istornz/live_activities
environment:
sdk: '>=3.0.3 <4.0.0'
flutter: ">=2.5.0"
screenshots:
- description: 'Display a live activity on the iPhone 14 Pro+ dynamic island.'
path: images/showcase/static/dynamic_island.webp
- description: 'Display a live activity on the lockscreen.'
path: images/showcase/static/lockscreen_live_activity.webp
- description: 'Create a new live activity with the live_activities plugin.'
path: images/showcase/animations/create_live_activity.webp
- description: 'Update a live activity with the live_activities plugin.'
path: images/showcase/animations/update_live_activity.webp
- description: 'live_activities plugin logo.'
path: images/logo.webp
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
flutter_app_group_directory: ^1.1.0
path_provider: ^2.1.5
image: ^4.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
ios:
pluginClass: LiveActivitiesPlugin
android:
package: com.example.live_activities
pluginClass: LiveActivitiesPlugin