pixnbit

Results 16 comments of pixnbit

Tried on Safari and Edge also, none worked.

Chrono looks promising!

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...