From d83b20a1c5c540fcc3a9970b2c4142bb483c3d4d Mon Sep 17 00:00:00 2001 From: felix Date: Tue, 16 Apr 2024 02:57:02 -0400 Subject: [PATCH] UI and orthography --- lib/Screens/Calendar.dart | 1 - lib/Screens/HomeForm.dart | 1 - lib/Screens/locationList.dart | 1 - lib/Screens/tasklist.dart | 2 -- lib/common/appandfooterbar.dart | 3 --- 5 files changed, 8 deletions(-) diff --git a/lib/Screens/Calendar.dart b/lib/Screens/Calendar.dart index 53fe7d5..af6008b 100644 --- a/lib/Screens/Calendar.dart +++ b/lib/Screens/Calendar.dart @@ -2,7 +2,6 @@ import 'dart:async'; import 'dart:convert'; import 'dart:core'; import 'package:activmind_app/Screens/HomeForm.dart'; -import 'package:activmind_app/Screens/appsettingpage.dart'; import 'package:activmind_app/Screens/locationList.dart'; import 'package:activmind_app/Screens/profilepage.dart'; import 'package:activmind_app/Screens/tasklist.dart'; diff --git a/lib/Screens/HomeForm.dart b/lib/Screens/HomeForm.dart index d4e31e5..a1c9913 100644 --- a/lib/Screens/HomeForm.dart +++ b/lib/Screens/HomeForm.dart @@ -1,5 +1,4 @@ import 'package:activmind_app/Screens/Calendar.dart'; -import 'package:activmind_app/Screens/appsettingpage.dart'; import 'package:activmind_app/Screens/locationList.dart'; import 'package:activmind_app/Screens/profilepage.dart'; import 'package:activmind_app/Screens/tasklist.dart'; diff --git a/lib/Screens/locationList.dart b/lib/Screens/locationList.dart index 8a7935c..8d589fe 100644 --- a/lib/Screens/locationList.dart +++ b/lib/Screens/locationList.dart @@ -4,7 +4,6 @@ import 'package:activmind_app/Screens/Calendar.dart'; import 'package:activmind_app/Screens/HomeForm.dart'; import 'package:activmind_app/Screens/profilepage.dart'; import 'package:activmind_app/Screens/tasklist.dart'; -import 'package:activmind_app/Screens/appsettingpage.dart'; import 'package:activmind_app/common/defftappages.dart'; import 'package:activmind_app/common/taskform.dart'; import 'package:flutter/material.dart'; diff --git a/lib/Screens/tasklist.dart b/lib/Screens/tasklist.dart index e176d8d..ce8e79b 100644 --- a/lib/Screens/tasklist.dart +++ b/lib/Screens/tasklist.dart @@ -1,8 +1,6 @@ import 'dart:convert'; -// import 'package:fluttertoast/fluttertoast.dart'; import 'package:activmind_app/Screens/Calendar.dart'; import 'package:activmind_app/Screens/HomeForm.dart'; -import 'package:activmind_app/Screens/appsettingpage.dart'; import 'package:activmind_app/Screens/createtask.dart'; import 'package:activmind_app/Screens/locationList.dart'; import 'package:activmind_app/Screens/profilepage.dart'; diff --git a/lib/common/appandfooterbar.dart b/lib/common/appandfooterbar.dart index f8ab14c..cd8b022 100644 --- a/lib/common/appandfooterbar.dart +++ b/lib/common/appandfooterbar.dart @@ -1,14 +1,11 @@ import 'package:flutter/material.dart'; import 'package:google_fonts/google_fonts.dart'; -import 'package:provider/provider.dart'; -import 'package:activmind_app/common/globalvariable.dart'; class MyAppBar extends StatelessWidget implements PreferredSizeWidget { const MyAppBar({Key? key}) : super(key: key); @override Widget build(BuildContext context) { - var globalVariables = Provider.of(context); return AppBar( title: Center(