We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b757601 commit 09b6748Copy full SHA for 09b6748
objectbox/lib/src/modelinfo/modelinfo.dart
@@ -20,10 +20,7 @@ enum GeneratorVersion {
20
/// The model was not created by generated code.
21
none,
22
23
- /// BREAKING CHANGE in ObjectBox Dart 5.1 with DateTime (date) properties:
24
- /// - DateTime properties are now stored in UTC by default(!).
25
- /// - If you rely on reading local time, you must use dateLegacy.
26
- /// - Only UTC times provide correct values for ObjectBox Sync.
+ /// Generator for ObjectBox Dart 5.1 (introduced the GeneratorVersion enum)
27
v2025_12_16,
28
}
29
0 commit comments