36 lines
758 B
YAML
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
|