I'm extremely beginner in android development, I thought of building Google Maps direction notification listener app using Flutter is that possible
Asked
Active
Viewed 347 times
1 Answers
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