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
8014f89a
Commit
8014f89a
authored
Aug 31, 2022
by
Arham Aulia Nugraha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home 3
parent
c7be60fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
homepage.dart
lib/homepage.dart
+2
-0
solution.dart
lib/screen/solution.dart
+6
-1
No files found.
lib/homepage.dart
View file @
8014f89a
...
@@ -5,6 +5,7 @@ import 'package:medapp_eksad/screen/footer.dart';
...
@@ -5,6 +5,7 @@ import 'package:medapp_eksad/screen/footer.dart';
import
'package:medapp_eksad/screen/home/home1.dart'
;
import
'package:medapp_eksad/screen/home/home1.dart'
;
import
'package:medapp_eksad/screen/home/home2.dart'
;
import
'package:medapp_eksad/screen/home/home2.dart'
;
import
'package:medapp_eksad/screen/home/home3.dart'
;
import
'package:medapp_eksad/screen/home/home3.dart'
;
import
'package:medapp_eksad/screen/home/home4.dart'
;
import
'package:medapp_eksad/screen_small/small_footer.dart'
;
import
'package:medapp_eksad/screen_small/small_footer.dart'
;
import
'package:medapp_eksad/widget/drawer.dart'
;
import
'package:medapp_eksad/widget/drawer.dart'
;
import
'package:medapp_eksad/widget/responsive.dart'
;
import
'package:medapp_eksad/widget/responsive.dart'
;
...
@@ -54,6 +55,7 @@ class _HomePageState extends State<HomePage> {
...
@@ -54,6 +55,7 @@ class _HomePageState extends State<HomePage> {
const
Home1
(),
const
Home1
(),
const
Home2
(),
const
Home2
(),
const
Home3
(),
const
Home3
(),
const
Home4
(),
ContactUs2
(),
ContactUs2
(),
const
Footer
(),
const
Footer
(),
],
],
...
...
lib/screen/solution.dart
View file @
8014f89a
...
@@ -4,6 +4,7 @@ import 'package:medapp_eksad/screen/footer.dart';
...
@@ -4,6 +4,7 @@ import 'package:medapp_eksad/screen/footer.dart';
import
'package:medapp_eksad/screen/solution/our_solution.dart'
;
import
'package:medapp_eksad/screen/solution/our_solution.dart'
;
import
'package:medapp_eksad/widget/responsive.dart'
;
import
'package:medapp_eksad/widget/responsive.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter/services.dart'
;
import
'package:medapp_eksad/screen/solution/home3.dart'
;
void
setPageTitle
(
String
title
,
BuildContext
context
)
{
void
setPageTitle
(
String
title
,
BuildContext
context
)
{
SystemChrome
.
setApplicationSwitcherDescription
(
ApplicationSwitcherDescription
(
SystemChrome
.
setApplicationSwitcherDescription
(
ApplicationSwitcherDescription
(
...
@@ -32,7 +33,11 @@ class _SolutionsState extends State<Solutions> {
...
@@ -32,7 +33,11 @@ class _SolutionsState extends State<Solutions> {
:
AppbarHomeLarge
(
screenSize
,
context
,
Colors
.
black
,
Colors
.
black
,
:
AppbarHomeLarge
(
screenSize
,
context
,
Colors
.
black
,
Colors
.
black
,
Colors
.
blue
,
Colors
.
black
,
Colors
.
black
),
Colors
.
blue
,
Colors
.
black
,
Colors
.
black
),
body:
ListView
(
body:
ListView
(
children:
[
OurSolution
(),
Footer
()],
children:
[
OurSolution
(),
Home3
(),
Footer
()
],
),
),
);
);
}
}
...
...
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