urbanairship / airship-flutter

Flutter integration
Other
17 stars 17 forks source link

Fix event exception #187

Closed Apekka closed 1 year ago

Apekka commented 1 year ago

Following an issue where the event stream wasn't properly parsed : https://github.com/urbanairship/airship-flutter/issues/186

Tested it with a push and message center action, and works properly now.

rlepinski commented 1 year ago

The constructor should take a dynamic instead and handle parsing within that. That will match the other events.