OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
606 stars 204 forks source link

Fix Live Activities methods were not working due to bridge error #860

Closed nan-li closed 3 months ago

nan-li commented 3 months ago

Description

One Line Summary

Fix the Live Activities enter and exit methods were not working by registering the Live Activities class with Flutter.

Details

Motivation

Fix error

Unhandled Exception: MissingPluginException(No implementation found for method 
OneSignal#enterLiveActivity on channel OneSignal#liveactivities)

Scope

Bug fix that didn't register the OSFlutterLiveActivities class.

Testing

Unit testing

Manual testing

Affected code checklist

Checklist

Overview

Testing

Final pass


This change is Reviewable