ReactNative HeadlessJS equivalent in Flutter

42 views Asked by At

I am looking for ReactNative HeadlessJS equivalent solution in Flutter to trigger dart code from native side in background!

For example, I want to define in the 'Android side' a BroadcastReceiver with BOOT_COMPLETE and then, I reboot the phone, and when its onReceive method get called, to trigger dart code in the 'Flutter side' (maybe through EventChannel) and this will be done totally in the background.

Is such thing possible?

0

There are 0 answers