Markus Junginger
Markus Junginger
My understanding a few months back was that ObjectBox cannot run in WebAssembly unmodified due to missing mmap functionality in wasm. If people are willing to investigate more, I'd suggest...
Docs are updated. Now, let's leave that issue as a feature request to track interest.
As there are no recent 32 bit iPhones we decided not to ship ARMv7. There was a way to tell Flutter that this is fine, but don't recall details atm.
@rmtmckenzie Thanks for sharing your perspective. We might support 32 bit (also because of Watch support) in the future, and will consider the reasoning you brought up here too. I'd...
iOS 9.3 is the newest version for iPhone 4s (2011), which has a 32 bit CPU. Thus, this might make Xcode ask for a ARMv7 lib. Might try to go...
For now, you can define on a type (class) level which objects you want to sync. This will get more dynamic with data spaces in the future.
From https://github.com/dart-lang/sdk/issues/38141#issuecomment-527622321: > Flutter may not have this issue, but if they do, they (and other embedders) need to address it separately. Once #9 is done, we should test this...
Since our original issue was closed ("fixed and then reverted"), the current one to watch is https://github.com/flutter/flutter/issues/66575. Is there any info we could provide to speed this up on the...
Not for now; has time for later: can we have fully static lib, not just libstdc++?
We don't have a date for this and probably this won't happen short term. A :+1: reaction on the issue will help to track interest though... Thanks.