We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19320ea commit aa7ee4fCopy full SHA for aa7ee4f
mdc_100_series/lib/home.dart
@@ -28,4 +28,4 @@ class HomePage extends StatelessWidget {
28
Widget build(BuildContext context) {
29
return AsymmetricView(products: getProducts(category));
30
}
31
-}
+}
mdc_100_series/lib/login.dart
@@ -108,4 +108,4 @@ class PrimaryColorOverride extends StatelessWidget {
108
data: Theme.of(context).copyWith(primaryColor: color),
109
);
110
111
0 commit comments