pusher / push-notifications-flutter

Official Pusher Beams Flutter client plugin (iOS, Android and Web), receive notifications easily on your Flutter application with Pusher Beams.
https://pub.dev/packages/pusher_beams
MIT License
10 stars 21 forks source link

Please update uuid package dependency #47

Closed Arthurius closed 4 months ago

Arthurius commented 6 months ago

We are using pusher_beans and Datadog in our project. Datadog recently updated and is relying on uuid: ^4.0.0 which is incompatible with pusher_beams, because that relies on uuid ^3.0.5 Is it possible to update this?

Changelog for 4.0.0 is here, cheers. https://pub.dev/packages/uuid/changelog

Thanks

shanaka-sync commented 5 months ago

Use dependency overrides.

dependency_overrides: uuid: ^4.0.0