Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpha17-2 committed Feb 27, 2022
1 parent ea7edc1 commit fedd2f9
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 160 deletions.
8 changes: 2 additions & 6 deletions lib/screen/Authentication/loginscreen.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:firebase_auth/firebase_auth.dart';
import 'package:flutter/material.dart';
import 'package:nexus/screen/Authentication/authscreen.dart';
import 'package:nexus/screen/General/WelcomeScreen.dart';
import 'package:nexus/screen/General/decideScreen.dart';
import 'package:nexus/services/AuthService.dart';
import 'package:nexus/utils/devicesize.dart';
Expand All @@ -17,9 +16,6 @@ class loginScreen extends StatefulWidget {

class _loginScreenState extends State<loginScreen> {
bool ispasswordhidden = true;
void _passwordstatus() {
ispasswordhidden = !ispasswordhidden;
}
TextEditingController? email;
TextEditingController? password;
bool? isLoading;
Expand Down Expand Up @@ -95,7 +91,7 @@ class _loginScreenState extends State<loginScreen> {
decoration: const InputDecoration(
labelStyle: TextStyle(color: Colors.black),
labelText: "Email",
hintText: "alpha77@yahoo.com",
hintText: "example@example.com",
),
),
),
Expand Down Expand Up @@ -251,7 +247,7 @@ class _loginScreenState extends State<loginScreen> {
decoration: const InputDecoration(
labelText: "Email",
hintText:
"officialwave@gmail.com",
"example@example.com",
),
controller: email,
validator: (value) {
Expand Down
Loading

0 comments on commit fedd2f9

Please sign in to comment.