dartway_push_client 0.2.0 copy "dartway_push_client: ^0.2.0" to clipboard
dartway_push_client: ^0.2.0 copied to clipboard

Client side of the DartWay push module: the device token registration request, and the generated protocol the server half needs. Thin — it exists because a Serverpod module needs a client package.

0.2.0 #

The package stops being empty: it now carries DwPushTokenRegistration, the request a device sends to register its push token or hand it back. The server half handles it through a CRUD action config an app declares (dwPush.tokenRegistrationConfig()), so neither side needs an endpoint of its own. Released alongside dartway_push_server 0.2.0.

0.1.0 #

Initial release, alongside dartway_push_server 0.1.0.

The package carries the generated protocol of the DartWay push module and nothing else — push models are server-only. It exists because a Serverpod module needs a client package and the generated protocol of an app that uses the module imports it.

0
likes
140
points
96
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Client side of the DartWay push module: the device token registration request, and the generated protocol the server half needs. Thin — it exists because a Serverpod module needs a client package.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

dartway_serverpod_core_client, serverpod_client

More

Packages that depend on dartway_push_client