Bundle prepopulated synchronized realm?

I see that the Swift SDK added the ability to bundle synchronized realms in v10.32. Is this feature also present in the Dart SDK? I am hoping to ship with a prepopulated realm that can also sync updates once it comes online.

For this use case, the prepopulated realm would not include user authenticated data, only data that all clients would keep in sync.

I have looked through the community forums and the github issues, but don’t see any reference to this.

Thank you.

Hi @Fr_Matthew_Spencer_O.S.J ,
Thanks for your interest!
Yes, it is supported. This document can help you Bundle a Realm - Flutter SDK
Is this what you need?

1 Like

Oh great, thank you, that’s what I needed.

1 Like