Shriyansh Raj

Results 2 issues of Shriyansh Raj

I am using flutter_local_notifications: ^9.7.1 in my app. So on Alice's notification click, it calls my _onSelectNotification method instead of its own. The notification click is working fine, If I...

new issue

### Steps to reproduce Steps to Reproduce: Create a simple Flutter app with two screens. Use Navigator.push to navigate from Screen 1 to Screen 2. Use Navigator.pop in Screen 2...