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
9453ef13
Commit
9453ef13
authored
Sep 02, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename
parent
80620da2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
homepage.dart
lib/homepage.dart
+1
-1
contact_us.dart
lib/screen/contact_us/contact_us.dart
+1
-1
solution.dart
lib/screen/solution.dart
+1
-1
drawer.dart
lib/widget/drawer.dart
+2
-2
No files found.
lib/homepage.dart
View file @
9453ef13
...
...
@@ -44,7 +44,7 @@ class _HomePageState extends State<HomePage> {
?
AppBarKecil
()
:
AppbarHomeLarge
(
screenSize
,
context
,
Colors
.
blue
,
Colors
.
blue
,
Colors
.
black
,
Colors
.
black
,
Colors
.
black
),
drawer:
const
DrawerMed
d
App
(),
drawer:
const
DrawerMedApp
(),
body:
ResponsiveWidget
.
isSmallScreen
(
context
)
?
ListView
(
children:
const
[
...
...
lib/screen/contact_us/contact_us.dart
View file @
9453ef13
...
...
@@ -37,7 +37,7 @@ class _ContactUsState extends State<ContactUs> {
?
AppBarKecil
()
:
AppbarHomeLarge
(
screenSize
,
context
,
Colors
.
black
,
Colors
.
black
,
Colors
.
black
,
Colors
.
black
,
Colors
.
blue
),
drawer:
DrawerMed
d
App
(),
drawer:
DrawerMedApp
(),
body:
ResponsiveWidget
.
isSmallScreen
(
context
)
?
ListView
(
children:
[
...
...
lib/screen/solution.dart
View file @
9453ef13
...
...
@@ -37,7 +37,7 @@ class _SolutionsState extends State<Solutions> {
?
AppBarKecil
()
:
AppbarHomeLarge
(
screenSize
,
context
,
Colors
.
black
,
Colors
.
black
,
Colors
.
blue
,
Colors
.
black
,
Colors
.
black
),
drawer:
const
DrawerMed
d
App
(),
drawer:
const
DrawerMedApp
(),
body:
ResponsiveWidget
.
isSmallScreen
(
context
)
?
ListView
(
children:
const
[
...
...
lib/widget/drawer.dart
View file @
9453ef13
import
'package:flutter/material.dart'
;
class
DrawerMed
d
App
extends
StatelessWidget
{
const
DrawerMed
d
App
({
Key
?
key
})
:
super
(
key:
key
);
class
DrawerMedApp
extends
StatelessWidget
{
const
DrawerMedApp
({
Key
?
key
})
:
super
(
key:
key
);
@override
Widget
build
(
BuildContext
context
)
{
...
...
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