Not mentioned well but - You can communicate between dart isolates using IsolateNameServer
I develop a flutter application and I use flutter_local_notifications For submitting my notification schedules to the respective OS that the app is running. Since now, the library seems very impre...