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
8325c11f
Commit
8325c11f
authored
Sep 01, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/qorridi/medapp_eksad
parents
8845f113
c7e3394b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
108 additions
and
110 deletions
+108
-110
home2.dart
lib/screen/home/home2.dart
+36
-42
our_solution.dart
lib/screen/solution/our_solution.dart
+5
-2
small_home4.dart
lib/screen_small/small_home/small_home4.dart
+67
-66
No files found.
lib/screen/home/home2.dart
View file @
8325c11f
...
...
@@ -11,7 +11,7 @@ class Home2 extends StatelessWidget {
return
Container
(
width:
screenSize
.
width
*
0.5
,
color:
const
Color
.
fromARGB
(
255
,
227
,
235
,
253
),
height:
screenSize
.
height
*
1.1
,
height:
screenSize
.
height
*
0.9
,
padding:
EdgeInsets
.
only
(
left:
screenSize
.
width
*
0.10
,
right:
screenSize
.
width
*
0.10
,
...
...
@@ -20,19 +20,17 @@ class Home2 extends StatelessWidget {
crossAxisAlignment:
CrossAxisAlignment
.
start
,
children:
[
Spacer
(
flex:
3
,
flex:
2
,
),
Container
(
width:
screenSize
.
width
,
child:
Text
(
'How do we help ?'
,
style:
GoogleFonts
.
poppins
(
fontSize:
3
0
,
fontSize:
3
5
,
color:
const
Color
.
fromARGB
(
255
,
12
,
66
,
101
),
fontWeight:
FontWeight
.
bold
)),
),
Spacer
(
flex:
3
,
),
SizedBox
(
height:
10
),
Container
(
width:
screenSize
.
width
,
height:
100
,
...
...
@@ -46,36 +44,37 @@ class Home2 extends StatelessWidget {
height:
1.6
,
fontWeight:
FontWeight
.
w500
)),
),
Spacer
(
flex:
2
,
),
Column
(
// mainAxisAlignment: MainAxisAlignment.start,
children:
[
list_help
(
SizedBox
(
height:
10
),
Container
(
// padding: const EdgeInsets.only(left: 1),
// width: screenSize.width * 0.3,
// height: screenSize.height * 0.35,
child:
Column
(
// mainAxisAlignment: MainAxisAlignment.start,
children:
[
list_help
(
screenSize:
screenSize
,
titel:
'Costs are getting more expensive'
),
list_help
(
screenSize:
screenSize
,
titel:
'Costs are getting more expensive'
),
list_help
(
screenSize:
screenSize
,
titel:
"Demographic Change"
,
),
list_help
(
screenSize:
screenSize
,
titel:
"Rare talents"
,
),
list_help
(
screenSize:
screenSize
,
titel:
"Rapid technological change"
,
),
list_help
(
screenSize:
screenSize
,
titel:
"Changes in consumer behavior"
,
),
],
),
Spacer
(
flex:
2
,
titel:
"Demographic Change"
,
),
list_help
(
screenSize:
screenSize
,
titel:
"Rare talents"
,
),
list_help
(
screenSize:
screenSize
,
titel:
"Rapid technological change"
,
),
list_help
(
screenSize:
screenSize
,
titel:
"Changes in consumer behavior"
,
),
],
),
),
SizedBox
(
height:
30
),
Container
(
width:
screenSize
.
width
,
height:
100
,
...
...
@@ -91,16 +90,14 @@ class Home2 extends StatelessWidget {
height:
1.6
,
fontWeight:
FontWeight
.
w500
)),
),
Spacer
(
flex:
1
,
),
SizedBox
(
height:
10
),
Container
(
width:
screenSize
.
width
,
height:
100
,
child:
Text
(
'MedApps combines practice management and clinical workflows into one seamless, modern interface. '
'Manage all patient interactions securely on the go, or in your practice.'
'Benefit from server-free* infrastructure, automatic upgrades and simple licensing.'
,
'
Benefit from server-free* infrastructure, automatic upgrades and simple licensing.'
,
textAlign:
TextAlign
.
justify
,
style:
GoogleFonts
.
poppins
(
fontSize:
16
,
...
...
@@ -108,9 +105,6 @@ class Home2 extends StatelessWidget {
height:
1.6
,
fontWeight:
FontWeight
.
w500
)),
),
Spacer
(
flex:
2
,
),
],
),
);
...
...
@@ -134,7 +128,7 @@ class list_help extends StatelessWidget {
),
title:
Container
(
// padding: const EdgeInsets.only(left: 10),
// width: screenSize.width * 0.35
,
width:
screenSize
.
width
*
2
,
// height: screenSize.height * 0.1,
child:
Text
(
titel
,
...
...
lib/screen/solution/our_solution.dart
View file @
8325c11f
...
...
@@ -47,6 +47,10 @@ class _OurSolutionState extends State<OurSolution> {
Container
(
height:
screenSize
.
height
*
0.10
,
child:
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
1
),
curve:
Curves
.
bounceIn
,
direction:
Direction
.
horizontal
,
offset:
-
0.2
,
child:
Text
(
'Find & Get the Best Talent'
,
style:
GoogleFonts
.
poppins
(
...
...
@@ -63,9 +67,8 @@ class _OurSolutionState extends State<OurSolution> {
height:
screenSize
.
height
*
0.15
,
child:
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
1
),
curve:
Curves
.
bounceIn
,
curve:
Curves
.
decelerate
,
direction:
Direction
.
horizontal
,
offset:
-
0.2
,
child:
Text
(
'Register for free now, find our Best Talent, and enjoy our unlimited hires at a low cost'
,
style:
GoogleFonts
.
poppins
(
...
...
lib/screen_small/small_home/small_home4.dart
View file @
8325c11f
...
...
@@ -7,17 +7,25 @@ class SmallHome4 extends StatelessWidget {
Widget
build
(
BuildContext
context
)
{
var
ScreenSize
=
MediaQuery
.
of
(
context
).
size
;
return
Container
(
padding:
EdgeInsets
.
symmetric
(
horizontal:
1
5
),
padding:
EdgeInsets
.
symmetric
(
horizontal:
1
0
,
vertical:
20
),
width:
ScreenSize
.
width
,
height:
ScreenSize
.
height
*
1.
7
,
height:
ScreenSize
.
height
*
1.
2
,
color:
Colors
.
white
,
child:
Container
(
width:
ScreenSize
.
width
*
0.20
,
height:
ScreenSize
.
height
*
0.75
,
height:
ScreenSize
.
height
*
1
,
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
20
),
//color: Color.fromARGB(200, 9, 47, 171),
color:
Colors
.
blue
[
900
],
color:
Color
.
fromARGB
(
200
,
9
,
47
,
171
),
gradient:
LinearGradient
(
colors:
<
Color
>[
Color
(
0xff137fc2
),
Color
(
0xff3958d5
),
Color
(
0xff184b80
),
],
begin:
Alignment
.
topCenter
,
end:
Alignment
.
bottomCenter
,
),
boxShadow:
[
BoxShadow
(
color:
const
Color
.
fromARGB
(
255
,
10
,
116
,
255
).
withAlpha
(
60
),
...
...
@@ -30,70 +38,63 @@ class SmallHome4 extends StatelessWidget {
),
],
),
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
center
,
crossAxisAlignment:
CrossAxisAlignment
.
center
,
children:
<
Widget
>[
Container
(
width:
ScreenSize
.
width
*
0.36
,
height:
ScreenSize
.
height
*
0.7
,
color:
Colors
.
blue
[
900
],
child:
Column
(
children:
<
Widget
>[
Column
(
children:
[
Container
(
height:
ScreenSize
.
height
*
0.3
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"Mobile & Web Apps"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
34
),
textAlign:
TextAlign
.
center
,
),
),
Container
(
height:
ScreenSize
.
height
*
0.3
,
width:
ScreenSize
.
width
*
0.30
,
child:
Text
(
"MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi"
,
style:
TextStyle
(
fontSize:
18
,
color:
Colors
.
white
),
)),
Container
(
height:
50
,
width:
200
,
child:
ElevatedButton
(
onPressed:
()
{},
style:
ElevatedButton
.
styleFrom
(
primary:
Colors
.
blue
[
900
],
onSurface:
Colors
.
white
,
side:
BorderSide
(
color:
Colors
.
white
),
shape:
RoundedRectangleBorder
(
borderRadius:
BorderRadius
.
all
(
Radius
.
circular
(
30
)),
),
),
child:
Text
(
"LEARN MORE"
,
style:
TextStyle
(
fontSize:
18
,
letterSpacing:
2
),
),
),
),
Container
(
width:
ScreenSize
.
width
*
0.3
,
height:
ScreenSize
.
height
*
0.69
,
// color: Colors.white,
decoration:
BoxDecoration
(
color:
Colors
.
white
,
image:
DecorationImage
(
image:
AssetImage
(
'assets/images/medaps3.png'
)),
borderRadius:
BorderRadius
.
circular
(
20
)),
child:
Padding
(
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
20
,
vertical:
15
),
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
spaceEvenly
,
crossAxisAlignment:
CrossAxisAlignment
.
start
,
children:
<
Widget
>[
Container
(
height:
ScreenSize
.
height
*
0.1
,
width:
ScreenSize
.
width
,
child:
Text
(
"Mobile & Web Apps"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
36
),
textAlign:
TextAlign
.
center
,
),
),
Container
(
width:
ScreenSize
.
width
*
0.85
,
height:
ScreenSize
.
height
*
0.6
,
// color: Colors.white,
decoration:
BoxDecoration
(
color:
Colors
.
white
,
image:
DecorationImage
(
image:
AssetImage
(
'assets/images/medaps3.png'
),
fit:
BoxFit
.
fill
),
borderRadius:
BorderRadius
.
circular
(
20
)),
),
Container
(
height:
ScreenSize
.
height
*
0.13
,
width:
ScreenSize
.
width
,
child:
Text
(
"MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi"
,
style:
TextStyle
(
fontSize:
20
,
color:
Colors
.
white
),
textAlign:
TextAlign
.
justify
,
)),
Center
(
child:
Container
(
height:
50
,
width:
200
,
child:
ElevatedButton
(
onPressed:
()
{},
style:
ElevatedButton
.
styleFrom
(
primary:
Colors
.
blue
[
900
],
onSurface:
Colors
.
white
,
side:
BorderSide
(
color:
Colors
.
white
),
shape:
RoundedRectangleBorder
(
borderRadius:
BorderRadius
.
all
(
Radius
.
circular
(
30
)),
),
],
),
child:
Text
(
"LEARN MORE"
,
style:
TextStyle
(
fontSize:
18
,
letterSpacing:
2
),
),
),
]
,
)
,
),
)
,
]
,
]
,
)
,
),
),
);
...
...
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