Skip to content

Commit c56ed98

Browse files
committed
feat: initial
1 parent e613105 commit c56ed98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/domain/entity/config/config.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ class Config with _$Config {
2929
@Default(ProjectLocalization.intl) ProjectLocalization localization,
3030
@Default(ProjectTheming.manual) ProjectTheming theming,
3131
@Default([
32-
'Some developer',
33-
'Flutter dep',
34-
'Onix-Systems',
35-
'Kropyvnytskyi',
36-
'Kirovohrad oblast',
32+
'Your Name',
33+
'Department',
34+
'Your Company',
35+
'Your City',
36+
'Your State or Province',
3737
'UA',
3838
'',
3939
])

0 commit comments

Comments
 (0)