Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .flutter-plugins-dependencies

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ migrate_working_dir/
.dart_tool/
.packages
build/
.flutter-plugins-dependencies
.flutter-plugins
2 changes: 1 addition & 1 deletion lib/src/controller/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class XThemeController extends ValueNotifier<XTheme> {
}
if (config.logThemeChanges) {
logger.info(
'Updating theme from ${value.id} to ${theme.id} at index $index with animation enabled : ${animation != null}',
'Updating theme from ${value.id} to ${theme.id} at index $index with animation enabled : $animate',
);
}
currentIndex = index;
Expand Down
Loading