forked from fluttercommunity/flutter_uploader
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 680 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
30 lines (26 loc) · 680 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
name: flutter_uploader
description: A plugin for creating and managing upload tasks with optional background exection support.
version: 3.0.0-beta.1
homepage: https://github.com/fluttercommunity/flutter_uploader
maintainer: Sebastian Roth (@ened)
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.20.0"
dependencies:
equatable: ^2.0.0
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^1.11.0
mockito: ^5.0.3
pedantic: ^1.11.0
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.bluechilli.flutteruploader
pluginClass: FlutterUploaderPlugin
ios:
pluginClass: FlutterUploaderPlugin