mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
25 lines
414 B
YAML
25 lines
414 B
YAML
|
name: np_platform_log
|
||
|
description: Retrieve logs from native platforms
|
||
|
version: 0.0.1
|
||
|
homepage:
|
||
|
publish_to: none
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=2.19.6 <3.0.0'
|
||
|
flutter: ">=3.3.0"
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
|
||
|
dev_dependencies:
|
||
|
np_lints:
|
||
|
path: ../np_lints
|
||
|
|
||
|
flutter:
|
||
|
plugin:
|
||
|
platforms:
|
||
|
android:
|
||
|
package: com.nkming.nc_photos.np_platform_log
|
||
|
pluginClass: NpPlatformLogPlugin
|