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
ea6cfde3
Commit
ea6cfde3
authored
Sep 08, 2022
by
Fikri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
content home Media used by MedApp di file home4.dart
parent
3dc17278
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
13 deletions
+78
-13
home4.dart
lib/screen/home/home4.dart
+78
-13
No files found.
lib/screen/home/home4.dart
View file @
ea6cfde3
...
@@ -9,7 +9,7 @@ class Home4 extends StatelessWidget {
...
@@ -9,7 +9,7 @@ class Home4 extends StatelessWidget {
var
ScreenSize
=
MediaQuery
.
of
(
context
).
size
;
var
ScreenSize
=
MediaQuery
.
of
(
context
).
size
;
return
Container
(
return
Container
(
width:
ScreenSize
.
width
,
width:
ScreenSize
.
width
,
height:
ScreenSize
.
height
*
0.9
8
,
height:
ScreenSize
.
height
*
0.9
9
,
color:
Colors
.
white
,
color:
Colors
.
white
,
child:
Container
(
child:
Container
(
padding:
EdgeInsets
.
all
(
20
),
padding:
EdgeInsets
.
all
(
20
),
...
@@ -38,8 +38,8 @@ class Home4 extends StatelessWidget {
...
@@ -38,8 +38,8 @@ class Home4 extends StatelessWidget {
mainAxisAlignment:
MainAxisAlignment
.
center
,
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
<
Widget
>[
children:
<
Widget
>[
Container
(
Container
(
width:
ScreenSize
.
width
*
0.
36
,
width:
ScreenSize
.
width
*
0.
45
,
height:
ScreenSize
.
height
*
0.
69
,
height:
ScreenSize
.
height
*
0.
85
,
color:
Colors
.
blue
[
900
],
color:
Colors
.
blue
[
900
],
child:
Container
(
child:
Container
(
alignment:
Alignment
.
topLeft
,
alignment:
Alignment
.
topLeft
,
...
@@ -50,10 +50,23 @@ class Home4 extends StatelessWidget {
...
@@ -50,10 +50,23 @@ class Home4 extends StatelessWidget {
SizedBox
(
height:
40
,),
SizedBox
(
height:
40
,),
Row
(
Row
(
children:
[
children:
[
Text
(
"M
obile & Web Apps
"
,
Text
(
"M
edia used by MedApp
"
,
style:
TextStyle
(
style:
TextStyle
(
color:
Colors
.
white
,
color:
Colors
.
white
,
fontSize:
34
fontSize:
36
,
fontWeight:
FontWeight
.
bold
,
),
textAlign:
TextAlign
.
left
,
),
],
),
SizedBox
(
height:
10
,),
Row
(
children:
[
Text
(
"Mobile Devices, TV Display, Kiosk, & Web Admin System"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
24
,
),
),
textAlign:
TextAlign
.
left
,
textAlign:
TextAlign
.
left
,
),
),
...
@@ -63,12 +76,62 @@ class Home4 extends StatelessWidget {
...
@@ -63,12 +76,62 @@ class Home4 extends StatelessWidget {
Row
(
Row
(
children:
[
children:
[
Container
(
Container
(
height:
100
,
height:
80
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"Mobile Function: Application for patients (online appointment, queuing information, online payment)"
,
style:
TextStyle
(
fontSize:
16
,
height:
1.3
,
letterSpacing:
1.3
,
color:
Colors
.
white
),
)
),
],
),
Row
(
children:
[
Container
(
height:
80
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"TV Display Function: Display queue calls at every counter or doctor queue at the hospital"
,
style:
TextStyle
(
fontSize:
16
,
height:
1.3
,
letterSpacing:
1.3
,
color:
Colors
.
white
),
)
),
],
),
Row
(
children:
[
Container
(
height:
80
,
width:
ScreenSize
.
width
*
0.30
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
child:
Text
(
"Now this application is available on your smartphone, Download now !"
,
"Kiosk Function: Queue pick-up, self-reservation on site, check-in"
,
style:
TextStyle
(
fontSize:
16
,
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 "
,
style:
TextStyle
(
style:
TextStyle
(
fontSize:
21
,
fontSize:
16
,
height:
1.3
,
height:
1.3
,
letterSpacing:
1.3
,
letterSpacing:
1.3
,
color:
Colors
.
white
color:
Colors
.
white
...
@@ -81,10 +144,12 @@ class Home4 extends StatelessWidget {
...
@@ -81,10 +144,12 @@ class Home4 extends StatelessWidget {
Row
(
Row
(
children:
[
children:
[
Container
(
Container
(
height
:
50
,
height
:
35
,
width
:
20
0
,
width
:
18
0
,
child:
ElevatedButton
(
child:
ElevatedButton
(
onPressed:
(){},
onPressed:
(){
Navigator
.
pushNamed
(
context
,
'/register'
);
},
style:
ElevatedButton
.
styleFrom
(
style:
ElevatedButton
.
styleFrom
(
primary:
Colors
.
blue
[
900
],
primary:
Colors
.
blue
[
900
],
onSurface:
Colors
.
white
,
onSurface:
Colors
.
white
,
...
@@ -130,7 +195,7 @@ class Home4 extends StatelessWidget {
...
@@ -130,7 +195,7 @@ class Home4 extends StatelessWidget {
),
),
),
),
),
),
SizedBox
(
width:
4
0
,),
SizedBox
(
width:
1
0
,),
Container
(
Container
(
width:
ScreenSize
.
width
*
0.3
,
width:
ScreenSize
.
width
*
0.3
,
height:
ScreenSize
.
height
*
0.69
,
height:
ScreenSize
.
height
*
0.69
,
...
@@ -140,7 +205,7 @@ class Home4 extends StatelessWidget {
...
@@ -140,7 +205,7 @@ class Home4 extends StatelessWidget {
image:
DecorationImage
(
image:
DecorationImage
(
image:
AssetImage
(
'assets/images/medaps3.png'
)
image:
AssetImage
(
'assets/images/medaps3.png'
)
),
),
borderRadius:
BorderRadius
.
circular
(
20
)
borderRadius:
BorderRadius
.
circular
(
20
)
,
),
),
)
)
],
],
...
...
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