Florian Bauer
Florian Bauer
This updates the sdk info url to the new location as described in issue #86
## Steps to Reproduce 1. Create a unit test (not widget test) to test a change notifier implementation. 2. Add a listener with expectAsync0 that will throw an exception when...
On Android When my app is in the background And I (the user) dismiss a just received push notification via the system menu Actual: In my onBackgroundMessageReceived callback I get...
I have an app in witch I show the PDFView inside a PageView.builder. This allows the user to swipe left and right between multiple documents. After swiping lots of documents,...