forked from Dev-hwang/flutter_foreground_task
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 656 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (24 loc) · 656 Bytes
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
name: flutter_foreground_task
description: This plugin is used to implement a foreground service on the Android platform.
version: 6.1.3
homepage: https://github.com/Dev-hwang/flutter_foreground_task
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.6
shared_preferences: ^2.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: com.pravera.flutter_foreground_task
pluginClass: FlutterForegroundTaskPlugin
ios:
pluginClass: FlutterForegroundTaskPlugin