Commit a8eaadc7 authored by Dasun Madushanka's avatar Dasun Madushanka

Update main.dart

parent a13bd3fb
......@@ -11,7 +11,7 @@ void main() {
}
class MyApp extends StatelessWidget {
// This widget is the root of your application.
// This widget is the root of the CIAT application.
@override
Widget build(BuildContext context) {
return MaterialApp(
......@@ -23,7 +23,7 @@ class MyApp extends StatelessWidget {
primaryColor: kPrimaryColor,
accentColor: kPrimaryColor,
visualDensity: VisualDensity.adaptivePlatformDensity,
),
),//call the product scree
home: ProductsScreen(),
routes: {DMTCrash.routeName: (context) => DMTCrash()},
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment