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 59ef3c1 commit 0044635Copy full SHA for 0044635
lib/src/models/data_ref/data_ref_model.dart
@@ -21,7 +21,6 @@ part '_data_ref_model.g.dart';
21
const DATA_REF_FIELDS = {
22
Field(
23
fieldPath: ['id'],
24
- // TODO: Create a T_NO_SPACES_STRING and T_TRIMMED_STRING and T_TRIMMED_STRING_LOWERCASE, etc.
25
fieldType: String,
26
nullable: true,
27
description:
pubspec.yaml
@@ -32,9 +32,9 @@ environment:
32
## -----------------------------------------------------------------------------
33
34
dependencies:
35
- df_collection: ^0.9.3
+ df_collection: ^0.9.4
36
df_string: ^0.2.5
37
- df_type: ^0.12.3
+ df_type: ^0.12.7
38
df_gen_core: ^0.6.15
39
equatable: ^2.0.7
40
0 commit comments