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
90e1188c
Commit
90e1188c
authored
Sep 29, 2022
by
Ade Fikriatul Ilmi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
memperbaiki footer web and mobile
parent
acd25f57
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
298 additions
and
153 deletions
+298
-153
footer.dart
lib/screen/footer.dart
+6
-5
small_footer.dart
lib/screen_small/small_footer.dart
+292
-147
componen.dart
lib/widget/componen.dart
+0
-1
No files found.
lib/screen/footer.dart
View file @
90e1188c
...
@@ -99,7 +99,7 @@ class Footer extends StatelessWidget {
...
@@ -99,7 +99,7 @@ class Footer extends StatelessWidget {
ApiLinkedin
(),
ApiLinkedin
(),
ApiTwitter
(),
ApiTwitter
(),
ApiInstagram
(),
ApiInstagram
(),
ApiYoutube
()
ApiYoutube
()
,
],
],
),
),
),
),
...
@@ -244,12 +244,13 @@ class Footer extends StatelessWidget {
...
@@ -244,12 +244,13 @@ class Footer extends StatelessWidget {
child:
ListTile
(
child:
ListTile
(
leading:
const
Icon
(
leading:
const
Icon
(
Icons
.
location_on
,
Icons
.
location_on
,
size:
25
,
size:
28
,
color:
Colors
.
black
,
),
),
title:
Container
(
title:
Container
(
padding:
const
EdgeInsets
.
only
(
left:
14
),
padding:
const
EdgeInsets
.
only
(
left:
25
),
width:
screenSize
.
width
*
0.25
,
width:
screenSize
.
width
*
0.25
,
height:
screenSize
.
height
*
0.
3
,
height:
screenSize
.
height
*
0.
8
,
child:
Text
(
child:
Text
(
'PT. Tiga Daya Digital Indonesia
\n
The East '
'PT. Tiga Daya Digital Indonesia
\n
The East '
'Tower 19th Floor
\n
Jl. Dr. Ide Anak Agung '
'Tower 19th Floor
\n
Jl. Dr. Ide Anak Agung '
...
@@ -478,7 +479,7 @@ class _TelphoneApiState extends State<TelphoneApi> {
...
@@ -478,7 +479,7 @@ class _TelphoneApiState extends State<TelphoneApi> {
return
const
CircularProgressIndicator
();
return
const
CircularProgressIndicator
();
}
}
return
Container
(
return
Container
(
width:
screenSize
.
width
*
0.
19
,
width:
screenSize
.
width
*
0.
20
,
child:
ListTile
(
child:
ListTile
(
leading:
const
Icon
(
leading:
const
Icon
(
Icons
.
phone
,
Icons
.
phone
,
...
...
lib/screen_small/small_footer.dart
View file @
90e1188c
This diff is collapsed.
Click to expand it.
lib/widget/componen.dart
View file @
90e1188c
...
@@ -11,7 +11,6 @@ export 'package:medapp_eksad/screen/solution/our_solution.dart';
...
@@ -11,7 +11,6 @@ export 'package:medapp_eksad/screen/solution/our_solution.dart';
export
'package:medapp_eksad/screen/solution/our_solution2.dart'
;
export
'package:medapp_eksad/screen/solution/our_solution2.dart'
;
export
'package:medapp_eksad/screen/contact_us/contact_us1.dart'
;
export
'package:medapp_eksad/screen/contact_us/contact_us1.dart'
;
export
'package:medapp_eksad/screen/contact_us/contact_us2.dart'
;
export
'package:medapp_eksad/screen/contact_us/contact_us2.dart'
;
export
'package:medapp_eksad/screen_small/small_footer.dart'
;
export
'package:medapp_eksad/screen_small/small_contact/small_contact_us1.dart'
;
export
'package:medapp_eksad/screen_small/small_contact/small_contact_us1.dart'
;
export
'package:medapp_eksad/screen_small/small_contact/small_contact_us2.dart'
;
export
'package:medapp_eksad/screen_small/small_contact/small_contact_us2.dart'
;
export
'package:medapp_eksad/screen_small/small_home/small_home1.dart'
;
export
'package:medapp_eksad/screen_small/small_home/small_home1.dart'
;
...
...
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