teste
parent
409ee20353
commit
4f2158bc1a
|
|
@ -55,7 +55,6 @@ class LoginController with ChangeNotifier {
|
||||||
try {
|
try {
|
||||||
await Future.delayed(const Duration(seconds: 2));
|
await Future.delayed(const Duration(seconds: 2));
|
||||||
|
|
||||||
// Simula login bem-sucedido
|
|
||||||
_isLoading = false;
|
_isLoading = false;
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
|
|
@ -259,4 +259,4 @@ class CreateAccountButton extends StatelessWidget {
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue