I have been developing an App with react native and i am now looking at rebuilding the App using Flutter. Before i start on a rebuild i was researching the functionality of Flutter and seeing if it would be right for our project. I have struggled a bit on plugins for Push Notifications. There is quite a bit of information online for using the Firebase Cloud Messaging to send push notifications to a Flutter App using the Firebase Messaging plugin in the App but i have not found any good articles on setting up Push notifications with your own custom back end.
We already have a custom Node JS backend that serves Push notifications to apple and googles push messaging system so i don't want to start to rely on firebase cloud messaging which will just complicate our systems.
Does anyone know if and how Push notifications can be setup with a Flutter app but using your own custom Node JS backend and not using firebase cloud messaging?