From 0c87878eea6e68ab801b7b2b1a2286966462b004 Mon Sep 17 00:00:00 2001 From: Siddh Purohit Date: Sun, 17 Dec 2023 01:48:38 +0530 Subject: [PATCH] Update main.dart --- lib/main.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 3feb45b..85db602 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -20,8 +20,9 @@ void main() async { // var launchService = LaunchService(); runApp( MaterialApp( + initialRoute: 'main', - theme: ThemeData(fontFamily: 'Jura'), + theme: ThemeData(fontFamily: 'Jura', useMaterial3: true), debugShowCheckedModeBanner: false, routes: { 'phone': (context) => const MyPhone(),