From 66d3746491a200419a207547d4f2c808f386f2f4 Mon Sep 17 00:00:00 2001 From: Juan Marulanda De Los Rios Date: Tue, 6 Aug 2024 22:49:45 +0000 Subject: [PATCH] changed to light theme --- lib/main.dart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 6c4be73..3abf8db 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,9 +1,11 @@ import 'package:crab_ui/contact.dart'; import 'package:flutter/material.dart'; import 'home_page.dart'; -import 'email.dart'; +import 'api_service.dart'; +import 'dart:html' as html; void main() { + WidgetsFlutterBinding.ensureInitialized(); runApp(const HyM()); } @@ -14,7 +16,7 @@ class HyM extends StatelessWidget { Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, - theme: ThemeData.dark(), + theme: ThemeData.light(), title: 'HyM', home: HomeScreen(), routes: {