Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyan-Reddy-pavan committed Nov 22, 2023
1 parent e219919 commit 55e5fc4
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/pages/Drawer/drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:http/http.dart' as http;

import 'package:flutter/material.dart';
import '../home_page.dart';
import 'Add_user.dart';
import 'add_user.dart';
import 'map_device.dart';

class MyDrawer extends StatefulWidget {
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:iot_mobile_app/pages/settings.dart';
import 'package:iot_mobile_app/pages/tabs/Logs.dart';
import 'package:iot_mobile_app/pages/tabs/logs.dart';
import 'package:iot_mobile_app/pages/tabs/dash.dart';
import 'package:flutter_svg/flutter_svg.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/pages/lang_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Langget extends StatelessWidget {
final int index;


Langget({required this.langController, required this.languageModel, required this.index});
const Langget({super.key, required this.langController, required this.languageModel, required this.index});

@override
Widget build(BuildContext context) {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/pages/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:get/get.dart';
import 'package:iot_mobile_app/pages/lang_page.dart';

import '../Auth/singin.dart';
import 'Set_limits.dart';
import 'set_limits.dart';

class Settings extends StatefulWidget {
const Settings({super.key});
Expand Down
4 changes: 2 additions & 2 deletions lib/pages/tabs/dash.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class _DashState extends State<Dash> {
style: TextStyle(fontSize: 25, fontWeight: FontWeight.bold),
),
SizedBox(width: 160),
Container(
SizedBox(
height: 30,
width: 30,
child: GestureDetector(
Expand Down Expand Up @@ -306,7 +306,7 @@ class _DashState extends State<Dash> {
),
),
Text(
'${DateFormat('jms').format(time)}',
DateFormat('jms').format(time),
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 20,
Expand Down
File renamed without changes.

0 comments on commit 55e5fc4

Please sign in to comment.