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
87339cf1
Commit
87339cf1
authored
Sep 04, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
register overflow
parent
51056ab5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
17 deletions
+26
-17
register.dart
lib/register.dart
+26
-17
No files found.
lib/register.dart
View file @
87339cf1
...
...
@@ -29,35 +29,41 @@ class _RegisterState extends State<Register> {
width:
screenize
.
width
,
decoration:
const
BoxDecoration
(
image:
DecorationImage
(
image:
AssetImage
(
"assets/images/
register.jp
g"
),
image:
AssetImage
(
"assets/images/
bg-medapp.pn
g"
),
fit:
BoxFit
.
fill
,
)
),
padding:
EdgeInsets
.
only
(
left:
screenize
.
width
*
0.1
5
,
top:
screenize
.
height
*
0.
13
,
bottom:
screenize
.
height
*
0.
13
left:
screenize
.
width
*
0.1
3
,
top:
screenize
.
height
*
0.
05
,
bottom:
screenize
.
height
*
0.
05
),
child:
Stack
(
children:
[
Container
(
decoration:
BoxDecoration
(
color:
const
Color
.
fromARGB
(
255
,
10
,
116
,
255
),
borderRadius:
BorderRadius
.
circular
(
20
),
),
width:
screenize
.
width
*
0.36
,
height:
screenize
.
height
*
0.9
,
Padding
(
padding:
EdgeInsets
.
symmetric
(
vertical:
screenize
.
height
*
0.1
),
// child: Container(
// decoration: BoxDecoration(
// color: const Color.fromARGB(255, 10, 116, 255),
// borderRadius: BorderRadius.circular(20),
// ),
// width: screenize.width * 0.36,
// height: screenize.height * 0.7,
// child: Image.asset(
// "assets/logo/logo-eksad.png",
// ),
// ),
child:
Image
.
asset
(
"assets/logo/logo-eksad.png"
,
),
),
Padding
(
padding:
EdgeInsets
.
only
(
left:
screenize
.
width
*
0.3
3
,
left:
screenize
.
width
*
0.3
5
,
),
child:
Container
(
width:
screenize
.
width
*
0.30
,
height:
screenize
.
height
*
0.9
,
height:
screenize
.
height
*
1
,
alignment:
Alignment
.
center
,
decoration:
BoxDecoration
(
color:
Colors
.
white
,
...
...
@@ -85,15 +91,17 @@ class _RegisterState extends State<Register> {
top:
screenize
.
height
*
0.01
),
width:
screenize
.
width
*
0.36
,
height:
screenize
.
height
*
0.8
,
height:
screenize
.
height
*
1
,
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
[
Spacer
(),
Container
(
padding:
EdgeInsets
.
only
(
left:
screenize
.
width
*
0.05
5
left:
screenize
.
width
*
0.05
),
height:
screenize
.
width
*
0.0
2
,
height:
screenize
.
width
*
0.0
3
,
child:
Image
.
asset
(
"assets/logo/medapp-logo.png"
),
),
const
SizedBox
(
height:
20
,),
...
...
@@ -319,6 +327,7 @@ class _RegisterState extends State<Register> {
width:
screenize
.
width
*
0.09
,
child:
ElevatedButton
(
onPressed:
(){
Navigator
.
pushNamed
(
context
,
'/login'
);
},
child:
const
Text
(
"LOGIN"
),
),
...
...
@@ -364,7 +373,7 @@ class _RegisterState extends State<Register> {
],
),
const
Spacer
(
flex:
7
,
flex:
4
,
)
],
),
...
...
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