pixnbit
pixnbit
Tried on Safari and Edge also, none worked.
Chrono looks promising!
Happening on Flutter 3.19. (I had to downgrade to 3.16.9 because of this)
We found out about this issue too during testing. The documentation did mention customizing the push template: ``` { "aps": { "alert": { "title": "New message from {{ sender.name }}",...
Alright, here is my edited message, I was able to fix the issue from ppl's comments (ones before and after me: ``` final navigator = Navigator.of(context); while (navigator.canPop()) { navigator.pop();...
Oh... this library was introduced as a transitive dependency...