-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
1 - XS (<= 1 day)
-
0
-
1755
Problem
I don't know how to compile the application as an executable and distribute it.
I have a dart-only server that uses realm,
previously I was on version 1.9.0 and when trying to compile it, it was complaining about the plugin library being accessed outside of flutter (I am sure I was using realm_dart package)
now I upgraded to 3.3.0, hoping that would solve the problem, but now It depends on .dart_tools/package_config.json
Bad state: Could not find package_config.json #0 _getPackageConfigJson (package:realm_dart/src/handles/native/init.dart:78) #1 _openRealmLib (package:realm_dart/src/handles/native/init.dart:114) #2 initRealm (package:realm_dart/src/handles/native/init.dart:157)
I don't know what I am supposed to do now
Solution
I was hoping you could provide a section in the docs or quick start or something to show how to compile/deploy a server or a CLI application step-by-step
Alternatives
No response
How important is this improvement for you?
Dealbreaker
Feature would mainly be used with
Atlas Device Sync