From eb5fd64ed58bb5ef1254209e30a25625e50175ad Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 Sep 2024 17:22:24 +0000 Subject: [PATCH] chore(automated): Lint commit and format --- example/pubspec.yaml | 1 + lib/src/theme/theme_service.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 7e1ad53a..f75b9cc4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -21,6 +21,7 @@ dependencies: zeta_flutter: path: ../ + collection: any dev_dependencies: flutter_test: sdk: flutter diff --git a/lib/src/theme/theme_service.dart b/lib/src/theme/theme_service.dart index 7e787794..57e3d3cc 100644 --- a/lib/src/theme/theme_service.dart +++ b/lib/src/theme/theme_service.dart @@ -6,7 +6,7 @@ import 'contrast.dart'; const String _kThemeMode = 'themeMode'; const String _kContrast = 'contrast'; const String _kColor = 'color'; -//TODO(thelukewalton): Revert this to include color also? +// TODO(thelukewalton): Revert this to include color also? /// `ZetaThemeService` is an abstract class. /// It provides the structure for loading and saving themes in Zeta application.