Compare commits

..

No commits in common. "0c6bce1c689d3d631c0790bcb15d219e8e6be1bb" and "14b05aa1f446c617389fdea8aedbeb003e0355b3" have entirely different histories.

View File

@ -28,7 +28,7 @@ class MyApp extends StatelessWidget {
// //
// This works for code too, not just values: Most code changes can be // This works for code too, not just values: Most code changes can be
// tested with just a hot reload. // tested with just a hot reload.
colorScheme: ColorScheme.fromSeed(seedColor: Colors.green), colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
), ),
home: const MyHomePage(title: 'Flutter Demo Home Page'), home: const MyHomePage(title: 'Flutter Demo Home Page'),
); );