Herbert Poul
Herbert Poul
Would it. be possible to split the PR up into just adding binary support? Also is there some documentation in the specification for `format: binary`? I couldn't find anything.. the...
sorry for the late response.. but imho that yaml schema is not valid.. The keys (status codes) of `responses` *must* be strings.. [because in JSON all keys must be strings](https://swagger.io/specification/#:~:text=This%20field%20MUST%20be%20enclosed%20in%20quotation%20marks%20(for%20example%2C%20%22200%22)%20for%20compatibility%20between%20JSON%20and%20YAML.%20To%20define%20a%20range%20of%20response%20codes%2C%20this%20field%20MAY%20contain%20the%20uppercase)....
Sure, see no harm in that.. I've just published `v0.4.1` which adds a `base_remote_appender.dart` (library `logging_appenders.base_remote_appender`) which exposes `BaseLogSender` & co classes. Let me know if it works for you......
Yeah, this PR adds quite a bit of code I'd have to look through.. and not sure if it makes too much sense adding code I've never actually used myself...
When exactly do you see this error? are you selecting a local file, or from iCloud, etc.? I'm not sure sure I understand, do you experience this error when using...
this sound weird.. But this only happens with Google Drive, not iCloud, etc.?
Can you please at least try to be a bit more descriptive about what you are trying to achieve. I have no idea what you want... If you want me...
I'm honestly not completely sure in which scenarios it is required, but i'm pretty sure there was a requirement to use it. If you know for sure your app doesn't...
Did you already try the provided example? I'm using this plugin in [AuthPass](https://authpass.app) and haven't heard of any problems...
Thanks for the update. Yes, that's a problem especially on memory constraint devices, but flutter support for state restoration is still very limited: https://github.com/flutter/flutter/pull/60375 I honestly didn't look too much...