pushy / pushy-flutter

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

Added setAppId functionality #50

Closed tylervanderhoef closed 1 year ago

tylervanderhoef commented 1 year ago

Additions

Breaking Changes

pushy commented 1 year ago

Hi @tylervanderhoef, Thanks so much for your contribution!

We've merged the PR and published version 2.0.12 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.12:

pushy_flutter: 2.0.12

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