0

I'm extremely beginner in android development, I thought of building Google Maps direction notification listener app using Flutter is that possible

1 Answers1

0

Yes, you can do that but it's only possible in Android not iOS. You'll have to use MethodChannel

In order to read notification in Android, check out this answer