Closed ubergaijin closed 5 months ago
➤ PM Bot commented:
Jira ticket: RDART-1059
as a workaround, add this to the pubspec.yaml:
dependency_overrides:
sane_uuid: 1.0.0-alpha.5
as a workaround, add this to the pubspec.yaml:
dependency_overrides: sane_uuid: 1.0.0-alpha.5
This solved my issue, thank you so much. I thought my project was broken.. I tried so many things, and I was actually in the process of backing up my data to start the entire project over while reviewing this thread lmao.. Thank you!
This is fixed with realm 3.1.0
What happened?
sane_uuid 1.0.0 introduces the following breaking change:
and since ejson has the dependency:
sane_uuid: ^1.0.0-alpha.5
it now gets resolved to version 1.0.1 with the breaking change and following errors:Repro steps
after
pub upgrade
, compile a program that uses realm/ejson.Version
3.22.2
What Atlas Services are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
macOs Sonoma 14.5
Code snippets
No response
Stacktrace of the exception/crash you're getting
Relevant log output
No response