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 e613105 commit c56ed98Copy full SHA for c56ed98
lib/domain/entity/config/config.dart
@@ -29,11 +29,11 @@ class Config with _$Config {
29
@Default(ProjectLocalization.intl) ProjectLocalization localization,
30
@Default(ProjectTheming.manual) ProjectTheming theming,
31
@Default([
32
- 'Some developer',
33
- 'Flutter dep',
34
- 'Onix-Systems',
35
- 'Kropyvnytskyi',
36
- 'Kirovohrad oblast',
+ 'Your Name',
+ 'Department',
+ 'Your Company',
+ 'Your City',
+ 'Your State or Province',
37
'UA',
38
'',
39
])
0 commit comments