pushy / pushy-flutter

The official Pushy SDK for Flutter apps.
Apache License 2.0
21 stars 19 forks source link

Added support for subscribing the device to multiple topics #75

Closed hevar73 closed 2 months ago

hevar73 commented 2 months ago

Added support for subscribing the device to multiple topics via the multiTopicSubscribe method.

pushy commented 2 months ago

Hi @hevar73, Thanks so much for your contribution! 🙏

We would prefer it if the existing Pushy.subscribe() and Pushy.unsubscribe() methods supported arrays of topics instead of exposing a new method multiTopicSubscribe().

We've performed the change in a24950d and published version 2.0.24 to pub.dev.

1) Please update the Pushy Flutter SDK in your app by editing the pubspec.yaml in the root directory of your project and updating the pushy_flutter package version to 2.0.24:

pushy_flutter: 2.0.24

2) Run flutter pub get to fetch the new version of our SDK.

Please let us know if you face any issues.