-
Notifications
You must be signed in to change notification settings - Fork 31
/
pubspec.yaml
41 lines (36 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
name: image_compression_flutter
description: Flutter image compression and resize for Mobile, Desktop and Web. Support format JPG, PNG, WEBP.
version: 1.0.4
homepage: https://github.com/eyro-labs/image_compression_flutter
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
cross_file: ^0.3.3+4
flutter_image_compress: ^2.1.0
image_compression: ^1.0.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
plugin:
platforms:
android:
package: id.co.eyro.image_compression_flutter
pluginClass: ImageCompressionFlutterPlugin
ios:
pluginClass: ImageCompressionFlutterPlugin
web:
pluginClass: ImageCompressionFlutterWeb
fileName: image_compression_flutter_web.dart
macos:
pluginClass: ImageCompressionFlutterPlugin
windows:
pluginClass: ImageCompressionFlutterPlugin
linux:
pluginClass: ImageCompressionFlutterPlugin