nc-photos/np_platform_image_processor/pubspec.yaml

44 lines
914 B
YAML
Raw Normal View History

2023-08-31 20:34:48 +02:00
name: np_platform_image_processor
description: A new Flutter plugin project.
version: 0.0.1
homepage:
publish_to: none
environment:
2024-05-20 16:02:00 +02:00
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
2023-08-31 20:34:48 +02:00
dependencies:
flutter:
sdk: flutter
collection: ^1.15.0
2023-08-31 20:34:48 +02:00
logging: ^1.1.1
np_codegen:
path: ../codegen
2023-08-31 20:34:48 +02:00
np_platform_raw_image:
path: ../np_platform_raw_image
to_string:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string-1.0.0
path: to_string
2023-08-31 20:34:48 +02:00
dev_dependencies:
build_runner: ^2.2.1
np_codegen_build:
path: ../codegen_build
2023-08-31 20:34:48 +02:00
np_lints:
path: ../np_lints
to_string_build:
git:
url: https://gitlab.com/nkming2/dart-to-string
ref: to_string_build-1.0.0
path: to_string_build
2023-08-31 20:34:48 +02:00
flutter:
plugin:
platforms:
android:
package: com.nkming.nc_photos.np_platform_image_processor
pluginClass: NpPlatformImageProcessorPlugin