forked from incrediblezayed/file_saver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
42 lines (37 loc) · 926 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
name: file_saver
description: >-
This package will help you save file with a single method on any platform
including macOS, iOS, Android, Windows, Web, Linux.
version: 0.1.1
repository: https://github.com/incrediblezayed/file_saver
environment:
sdk: '>=2.12.0 <3.0.2'
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
path_provider: ^2.0.11
path_provider_windows: ^2.0.5
path_provider_linux: ^2.1.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.one.file_saver
pluginClass: FileSaverPlugin
ios:
pluginClass: FileSaverPlugin
linux:
pluginClass: FileSaverPlugin
macos:
pluginClass: FileSaverPlugin
windows:
pluginClass: FileSaverPlugin
web:
pluginClass: FileSaverWeb
fileName: file_saver_web.dart