ben-xD / push

Push notifications in Flutter without firebase_messaging.
https://pub.dev/packages/push
36 stars 22 forks source link

fix(example/android): include notification data on notification tap when app in foreground #27

Open ben-xD opened 11 months ago

ben-xD commented 11 months ago

This is limited to example app, since it was not including the data when creating a local notification with Flutter Local Notifications package.

ben-xD commented 11 months ago

Closes https://github.com/ben-xD/push/issues/26