Pascal Welsch
                                            Pascal Welsch
                                        
                                    @huextrat?
Thanks for reporting. This error already popped up in the past https://github.com/wiredashio/wiredash-sdk/issues/118 but we have too little information to reproduce it. Which flutter version are you using? What platform is...
Yes, the ads package uses platform views under the hood. Thanks for the detail. I hope we can figure it out
Related to #118, must be revisited
This is getting critical. @jaumard Do you have to to work on that? I tried the official [`firebase_crashlytics`](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics/firebase_crashlytics) package but never received a crash report with it. I really hope...
read it yesterday, too. After checking the implementation I'm not sure if it is possible with Tray because Remember doesn't work multiprocess, it's only thread safe. Of cause you could...
It's only the multiprocess thing. If you have two processes, a SyncAdapter and your Application UI, there will be two instances of the memory cache. Although the memory cache is...
A memory chace is now possible with new data changed listener which can be used to sync the database with the cache in the background
Listener work as expected. I'll focus on the memory cache now
We need additional information. Where are you calling tray? Which device-, os-version?