We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d7609 commit 5e25684Copy full SHA for 5e25684
1 file changed
lib/app.dart
@@ -1,6 +1,6 @@
1
/// The primary [MaterialApp] widget.
2
///
3
-// Time-stamp: <Wednesday 2026-02-04 08:19:29 +1100 Graham Williams>
+// Time-stamp: <Thursday 2026-04-02 10:58:22 +1100 Graham Williams>
4
5
/// Copyright (C) 2026, Software Innovation Institute, ANU.
6
@@ -50,11 +50,11 @@ class App extends StatelessWidget {
50
),
51
useMaterial3: true,
52
53
- home: const SolidLogin(
54
- image: AssetImage('assets/images/app_image.jpg'),
55
- logo: AssetImage('assets/images/app_icon.png'),
56
- title: appTitle.replaceAll(' - ', '\n'),
57
- child: appScaffold,
+ home: SolidLogin(
+ image: const AssetImage('assets/images/app_image.jpg'),
+ logo: const AssetImage('assets/images/app_icon.png'),
+ title: appTitle.replaceAll(' - ', '\n'),
+ child: appScaffold,
58
59
);
60
}
0 commit comments