summaryrefslogtreecommitdiffstats
path: root/lib/export.dart
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-07-31 11:30:22 -0400
committerScott Murray <scott.murray@konsulko.com>2024-08-01 14:29:54 +0000
commit6188a4c545e6e6794eba943431ec20108553b98f (patch)
treecc55957a7f1678078406f38a92be3c12bb663495 /lib/export.dart
parent60f049213525a7f487d0cd527f2bea675451409f (diff)
Add support for CI screenshot testing
Rework the high-level App & AppView widgets a bit to allow conditionally displaying a simple fixed pattern if the HOMESCREEN_DEMO_CI environment variable is set to anything other than "0". The pattern displayed matches what the Qt homescreen shows for this to allow the CI test to be common. Bug-AGL: SPEC-5203 Change-Id: I36ed77c91304e3b6cdbce6a7350831d52d20d378 Signed-off-by: Scott Murray <scott.murray@konsulko.com> (cherry picked from commit 25b6a079d5fe9c1365d776298ae5230a4de1ba16)
Diffstat (limited to 'lib/export.dart')
-rw-r--r--lib/export.dart1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/export.dart b/lib/export.dart
index ef029c7..90ed196 100644
--- a/lib/export.dart
+++ b/lib/export.dart
@@ -16,6 +16,7 @@ export 'data/models/hybrid.dart';
//Screens
export 'presentation/screens/home/home.dart';
+export 'presentation/screens/home/home_ci.dart';
export 'presentation/screens/home/widgets/custom_tile.dart';
export 'presentation/screens/dashboard/dashboard.dart';
export 'presentation/screens/dashboard/widgets/hybrid/hybrid.dart';