I’m currently working on a proof of concept (POC) where I want to test running the Discourse micro web suite within a Flutter app. My goal is to make it feel like a native experience, and I also want the app’s login to handle the tokens. Notification support should also be there. Are there any architectures I should look into to achieve this?
Additionally, is there a Flutter version of Discourse available to simplify my work and create a more scalable solution?
@Umeey_US for push notifications, it depends on what you plan to use to actually dispatch notifications to Apple and Google so they are pushed to your users’ devices.
In our case, we needed our system to integrate with Expo’s Push Notification service, so we ended up building our own plugin for this.