realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Dart / Flutter Support #55

Closed johnpryan closed 3 years ago

johnpryan commented 7 years ago

Flutter is a new way to build cross-platform mobile apps using Dart.

It would be great to see a native implementation of Realm for Dart and Flutter. Flutter has access to the dart:io package, which should provide everything necessary to write a native library for Realm.

How much effort / public demand take to get an official client?

Thanks!

ianpward commented 3 years ago

Hey Folks -

We've recently released the Alpha of our Flutter SDK here - https://github.com/realm/realm-dart

Please try it out and let us know what you think!

-Ian

alexvinidiktov commented 3 years ago

Is Sync in the works?

On Wed, Apr 7, 2021 at 10:57 PM Ian Ward @.***> wrote:

Hey Folks -

We've recently released the Alpha of our Flutter SDK here - https://github.com/realm/realm-dart

Please try it out and let us know what you think!

-Ian

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/realm/realm-object-server/issues/55#issuecomment-815028682, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAASKK5KTPCZFYVZ67SXE6LTHR6GLANCNFSM4CXMRIZQ .

-- С уважением, Алексей Винидиктов http://vinidiktov.ru

RandalSchwartz commented 3 years ago

Has the need to patch to the Dart engine been removed, been completed, or is still under consideration by the Dart team? Is there a tracking issue on dartlang/sdk somewhere?

bmunkholm commented 3 years ago

We are working on implementing an FFI implementation to replace the current alpha version. That will eventually include sync. You can better follow the progress in the https://github.com/realm/realm-dart repo, so I'm going to lock this issue to direct any issues there. Thanks!