forked from 781flyingdutchman/background_downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
43 lines (36 loc) · 796 Bytes
/
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: background_downloader
description: A multi-platform background file downloader and uploader. Define the task, enqueue and monitor progress
version: 7.12.3
repository: https://github.com/781flyingdutchman/background_downloader
environment:
sdk: ^3.0.0
flutter: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
logging: ^1.0.2
http: ^1.1.0
path_provider: ^2.0.2
path: ^1.8.1
async: ^2.6.0
mime: ^1.0.1
collection: ^1.15.0
sqflite: ^2.2.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
platforms:
android:
ios:
linux:
macos:
windows:
flutter:
plugin:
platforms:
android:
package: com.bbflight.background_downloader
pluginClass: BDPlugin
ios:
pluginClass: BackgroundDownloaderPlugin