-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (35 loc) · 992 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (35 loc) · 992 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
33
34
35
36
37
38
39
40
41
name: native_workmanager
description: "Background task scheduling for Flutter — 25+ native workers (HTTP, image, crypto, file), task chains, zero Flutter Engine overhead."
version: 1.2.3
homepage: https://github.com/brewkits/native_workmanager
repository: https://github.com/brewkits/native_workmanager
issue_tracker: https://github.com/brewkits/native_workmanager/issues
executables:
setup_ios: setup_ios
migrate: migrate
topics:
- background
- networking
- files
- images
- cryptography
environment:
sdk: '>=3.6.0 <4.0.0'
flutter: '>=3.27.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
path_provider: ^2.1.0 # For integration and performance tests only
flutter:
plugin:
platforms:
android:
package: dev.brewkits.native_workmanager
pluginClass: NativeWorkmanagerPlugin
ios:
pluginClass: NativeWorkmanagerPlugin