Drew Ballance
Drew Ballance
Does 2.0 (or 1.6 even) support multipart HTTP batch requests to the FCM API? Or is each request a push to the server? See: https://firebase.google.com/docs/cloud-messaging/send-message#send-messages-to-multiple-devices From a read of the...
`GeneratedColumn` name cannot be one of the inherited Table methods when generated from Drift files
You cannot name any database columns with the same name as any of the `Table` abstract class methods. This means, for instance, that you cannot have a column of 'text',...
### Installed product versions - Export/Import Build Definition extension: 0.0.8 ### Description In IE 11 - clicking export displays no error and no user feedback. Inspecting the console reveals: "'Promise'...
Hi @Pierre2tm - any interest in having someone else take over as maintainers / publishers of this package? We've forked an are adding capabilities, and are happy to take over...
On May 8th 2024, a version of this package with BREAKING CHANGES was published as a feature release on pub.dev. # Breaking Change The package was changed from applying `kSecAttrAccessible`...
### Which packages are you using? stream_chat_persistance ### On what platforms did you experience the issue? iOS, Android ### What version are you using? latest ### What happened? We use...
Removes the devices cache, and always iterates the available devices when calling `setCommunicationDevice` Resolves #171
The java implementation cached the results of `audioManager.getAvailableCommunicationDevices()` and used that device list to validate the `deviceId` passed matched an available device. I think we actually implemented this in #70,...
I believe, based on a reading of the existing proguard setup, that we should probably just `-dontwarn` on this - but it may be useful to include this in the...