Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qorri_di
medapp_eksad
Commits
faec2b60
Commit
faec2b60
authored
Sep 20, 2022
by
Jaenudin Surya Darmatin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update login
parent
937df473
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
login.dart
lib/login.dart
+6
-0
No files found.
lib/login.dart
View file @
faec2b60
...
@@ -136,6 +136,9 @@ class _SignInState extends State<SignIn> {
...
@@ -136,6 +136,9 @@ class _SignInState extends State<SignIn> {
child:
TextFormField
(
child:
TextFormField
(
controller:
emailController
,
controller:
emailController
,
textAlign:
TextAlign
.
start
,
textAlign:
TextAlign
.
start
,
onFieldSubmitted:
(
String
value
){
loginUser
();
},
decoration:
InputDecoration
(
decoration:
InputDecoration
(
labelText:
"Enter Your Email"
,
labelText:
"Enter Your Email"
,
hintStyle:
const
TextStyle
(),
hintStyle:
const
TextStyle
(),
...
@@ -180,6 +183,9 @@ class _SignInState extends State<SignIn> {
...
@@ -180,6 +183,9 @@ class _SignInState extends State<SignIn> {
width:
screenSize
.
width
*
0.2
,
width:
screenSize
.
width
*
0.2
,
child:
TextFormField
(
child:
TextFormField
(
controller:
passwordController
,
controller:
passwordController
,
onFieldSubmitted:
(
String
value
){
loginUser
();
},
textAlign:
TextAlign
.
start
,
textAlign:
TextAlign
.
start
,
obscureText:
_isObscure
,
obscureText:
_isObscure
,
decoration:
InputDecoration
(
decoration:
InputDecoration
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment