nextcloud / neon

A framework for building convergent cross-platform Nextcloud clients using Flutter.
Other
122 stars 29 forks source link

Support rich notifications #212

Open provokateurin opened 1 year ago

provokateurin commented 3 months ago

For proper rich notifications we need to move the rich objects stuff from neon_talk into neon_framework and also move the whole rendering part that is responsible for injecting the widgets in Talk. I think for now this is not very important since we can render the notifications just fine for the moment.