vivo_push 0.0.2 copy "vivo_push: ^0.0.2" to clipboard
vivo_push: ^0.0.2 copied to clipboard

PlatformAndroid

Lightweight Flutter plugin for vivo push integration. Simplifies push notifications on vivo devices, supporting token registration, message receiving, and callback handling.

vivo_push #

Pub support

vivo推送API(vpush)

一个轻量级 Flutter 插件,用于集成 vivo 推送 API。它简化了 vivo 手机平台的推送通知开发,支持 token 注册、消息接收和回调处理。

Usage #

    final vivoPushPlugin = VivoPush();
    await vivoPushPlugin.initialize();
    final resp = await vivoPushPlugin.registerToken(
                            appId: 'appId',
                            appKey: 'appKey',
                            appSecret: 'appSecret');
    final regId = resp.token;

example

Additional information #

具体参考:vivo客户端API接口文档

0
likes
160
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight Flutter plugin for vivo push integration. Simplifies push notifications on vivo devices, supporting token registration, message receiving, and callback handling.

Homepage
Repository (GitHub)
View/report issues

Topics

#vivopush #vpush

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on vivo_push

Packages that implement vivo_push