Skip to content

Commit

Permalink
UI and orthography
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Apr 16, 2024
1 parent a4c60cc commit d83b20a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion lib/Screens/Calendar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 0 additions & 1 deletion lib/Screens/HomeForm.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
1 change: 0 additions & 1 deletion lib/Screens/locationList.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 0 additions & 2 deletions lib/Screens/tasklist.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
3 changes: 0 additions & 3 deletions lib/common/appandfooterbar.dart
Original file line number Diff line number Diff line change
@@ -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<GlobalVariables>(context);

return AppBar(
title: Center(
Expand Down

0 comments on commit d83b20a

Please sign in to comment.