nexo/packages/messaging_flutter/pubspec.yaml
toki c67cb557a5 feat(messaging): Web 플러그인 기준선을 추가한다
Flutter Web 등록과 browser Notification interop 경계를 추가하고 package manifest 계약을 정리한다.
2026-06-07 12:55:56 +09:00

36 lines
758 B
YAML

name: nexo_messaging
description: "Nexo messaging and notification Flutter plugin. Android-first; iOS/macOS scaffold only."
version: 0.0.1
publish_to: 'none'
homepage:
environment:
sdk: ^3.11.3
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
firebase_messaging: ^15.2.5
web: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
plugin:
platforms:
android:
package: com.tokilabs.nexo.messaging
pluginClass: NexoMessagingPlugin
ios:
pluginClass: NexoMessagingPlugin
macos:
pluginClass: NexoMessagingPlugin
web:
pluginClass: NexoMessagingWeb
fileName: src/nexo_messaging_web.dart