-
Notifications
You must be signed in to change notification settings - Fork 103
/
pubspec.yaml
46 lines (42 loc) · 1.02 KB
/
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
44
45
46
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.2.14
repository: https://github.com/incrediblezayed/file_saver
homepage: https://hassanansari.dev
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
collection: ^1.18.0
dio: ^5.6.0
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
path_provider: ^2.1.4
path_provider_linux: ^2.2.1
path_provider_windows: ^2.3.0
web: ^1.0.0
dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.incrediblezayed.file_saver
pluginClass: FileSaverPlugin
ios:
pluginClass: FileSaverPlugin
linux:
pluginClass: FileSaverPlugin
macos:
pluginClass: FileSaverPlugin
windows:
pluginClass: FileSaverPlugin
web:
pluginClass: FileSaverWeb
fileName: file_saver_web.dart