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
175c1ec5
Commit
175c1ec5
authored
Sep 09, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home 4 resize
parent
ea6cfde3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
101 additions
and
146 deletions
+101
-146
home4.dart
lib/screen/home/home4.dart
+101
-146
No files found.
lib/screen/home/home4.dart
View file @
175c1ec5
...
...
@@ -35,114 +35,91 @@ class Home4 extends StatelessWidget {
),
child:
Container
(
child:
Row
(
mainAxisAlignment:
MainAxisAlignment
.
center
,
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
<
Widget
>[
Container
(
width:
ScreenSize
.
width
*
0.4
5
,
width:
ScreenSize
.
width
*
0.4
,
height:
ScreenSize
.
height
*
0.85
,
color:
Colors
.
blue
[
900
],
child:
Container
(
alignment:
Alignment
.
topLeft
,
padding:
EdgeInsets
.
all
(
30
),
//color: Colors.blue[900],
color:
Colors
.
green
,
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
start
,
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
children:
<
Widget
>[
SizedBox
(
height:
40
,),
Row
(
children:
[
Text
(
"Media used by MedApp"
,
Container
(
height:
ScreenSize
.
height
*
0.08
,
width:
ScreenSize
.
width
,
child:
Text
(
"Media used by MedApp"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
36
,
fontSize:
27
,
fontWeight:
FontWeight
.
bold
,
),
textAlign:
TextAlign
.
left
,
),
],
),
SizedBox
(
height:
10
,),
Row
(
children:
[
Text
(
"Mobile Devices, TV Display, Kiosk, & Web Admin System"
,
Container
(
width:
ScreenSize
.
width
,
child:
Text
(
"Mobile Devices, TV Display, Kiosk, & Web Admin System"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
24
,
fontSize:
17
,
),
textAlign:
TextAlign
.
left
,
),
],
),
SizedBox
(
height:
30
,),
Row
(
children:
[
Container
(
height:
80
,
width:
ScreenSize
.
width
*
0.30
,
height:
ScreenSize
.
height
*
0.1
,
width:
ScreenSize
.
width
,
child:
Text
(
"Mobile Function: Application for patients (online appointment, queuing information, online payment)"
,
style:
TextStyle
(
fontSize:
16
,
fontSize:
15
,
height:
1.3
,
letterSpacing:
1.3
,
color:
Colors
.
white
),
)
),
],
),
Row
(
children:
[
Container
(
height:
80
,
width:
ScreenSize
.
width
*
0.30
,
height:
ScreenSize
.
height
*
0.1
,
width:
ScreenSize
.
width
,
child:
Text
(
"TV Display Function: Display queue calls at every counter or doctor queue at the hospital
"
,
"TV Display Function: Display queue calls at every counter or doctor queue at the hospital.
"
,
style:
TextStyle
(
fontSize:
16
,
fontSize:
15
,
height:
1.3
,
letterSpacing:
1.3
,
color:
Colors
.
white
),
)
),
],
),
Row
(
children:
[
Container
(
height:
80
,
width:
ScreenSize
.
width
*
0.30
,
height:
ScreenSize
.
height
*
0.05
,
width:
ScreenSize
.
width
,
child:
Text
(
"Kiosk Function: Queue pick-up, self-reservation on site, check-in
"
,
"Kiosk Function: Queue pick-up, self-reservation on site, check-in.
"
,
style:
TextStyle
(
fontSize:
16
,
fontSize:
15
,
height:
1.3
,
letterSpacing:
1.3
,
color:
Colors
.
white
,
),
)
),
],
),
Row
(
children:
[
Container
(
height:
80
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"Web Admin Function: Queue management in hospital, reservation by admin or hospital officer, queue call
"
,
height:
ScreenSize
.
height
*
0.1
,
width:
ScreenSize
.
width
,
child:
Text
(
"Web Admin Function: Queue management in hospital, reservation by admin or hospital officer, queue call.
"
,
style:
TextStyle
(
fontSize:
16
,
fontSize:
15
,
height:
1.3
,
letterSpacing:
1.3
,
color:
Colors
.
white
),
)
),
],
),
// SizedBox(height: 10,),
Row
(
children:
[
Container
(
height
:
35
,
width
:
180
,
...
...
@@ -169,31 +146,9 @@ class Home4 extends StatelessWidget {
),
),
),
// child: ElevatedButton(
// onPressed: (){},
// style: DefaultColors(),
// // ElevatedButton.styleFrom(
// // primary: Colors.blue,
// // fixedSize: Size(170, 85),
// // onPrimary: Colors.white,
// // shape: RoundedRectangleBorder(
// // borderRadius: BorderRadius.all(Radius.circular(30),
// // )
// // )
// // ),
// child: Text("LEARN MORE",
// style: TextStyle(
// fontSize: 18,
// letterSpacing: 2
// ),
// ),
// ),
),
],
),
],
),
),
),
SizedBox
(
width:
10
,),
Container
(
...
...
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