2023-09-01 16:30:09 +02:00
|
|
|
name: np_platform_message_relay
|
|
|
|
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-09-01 16:30:09 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2024-05-21 18:10:57 +02:00
|
|
|
logging: ^1.2.0
|
2023-09-01 16:30:09 +02:00
|
|
|
np_codegen:
|
|
|
|
path: ../codegen
|
|
|
|
|
|
|
|
dev_dependencies:
|
2024-05-21 18:10:57 +02:00
|
|
|
build_runner: ^2.4.9
|
|
|
|
build_runner_core: ">=7.2.9"
|
2023-09-01 16:30:09 +02:00
|
|
|
np_codegen_build:
|
|
|
|
path: ../codegen_build
|
|
|
|
np_lints:
|
|
|
|
path: ../np_lints
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
plugin:
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
package: com.nkming.nc_photos.np_platform_message_relay
|
|
|
|
pluginClass: NpPlatformMessageRelayPlugin
|
2023-09-06 18:26:02 +02:00
|
|
|
ios:
|
|
|
|
pluginClass: NpPlatformMessageRelayPlugin
|