forked from Dev-hwang/flutter_foreground_task
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (26 loc) · 713 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
32 lines (26 loc) · 713 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
29
30
31
32
name: flutter_foreground_task
description: This plugin is used to implement a foreground service on the Android platform.
version: 3.8.2
homepage: https://github.com/Dev-hwang/flutter_foreground_task
environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.8.1"
dependencies:
flutter:
sdk: flutter
platform: ^3.1.0
shared_preferences: ^2.0.15
shared_preferences_android: ^2.0.12
shared_preferences_ios: ^2.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
plugin:
platforms:
android:
package: com.pravera.flutter_foreground_task
pluginClass: FlutterForegroundTaskPlugin
ios:
pluginClass: FlutterForegroundTaskPlugin