Skip to content

Commit 386be06

Browse files
fix: log type flags to color
1 parent e637864 commit 386be06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configurator/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: configurator
22
description: A new Flutter package project.
3-
version: 1.0.12
3+
version: 1.0.13
44
homepage:
55

66
environment:

configurator_flutter/lib/src/extensions/config_theme.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extension ThemeF on Configuration {
3232

3333
if (scope != null) {
3434
publisher.sink.add(
35-
ConfigKeyLog(KeyType.flag, scope, id, value),
35+
ConfigKeyLog(KeyType.color, scope, id, value),
3636
);
3737
}
3838

configurator_flutter/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: configurator_flutter
22
description: A new Flutter package project.
3-
version: 1.0.12
3+
version: 1.0.13
44
homepage:
55

66
environment:
@@ -31,7 +31,7 @@ dependencies:
3131
git:
3232
url: [email protected]:camrongiuliani/configurator.git
3333
path: configurator
34-
ref: 1.0.12
34+
ref: 1.0.13
3535

3636
dev_dependencies:
3737
flutter_test:

0 commit comments

Comments
 (0)