You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should not be modifying the generated code. Instead, you'd probably want to create an extension where you put the additional functionality you want to add to your model.
Problem
When I create a new
@RealmModel()
then run
dart run realm generate
All code I added or changed in previous RealmObject file will be removed.
How can i prevent this by only create an new RealmObject.
Solution
No response
Alternatives
No response
How important is this improvement for you?
Would be a major improvement
Feature would mainly be used with
Local Database only
The text was updated successfully, but these errors were encountered: