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
94a598d8
Commit
94a598d8
authored
Aug 31, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
275014ab
034f39e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
solution.dart
lib/screen/solution.dart
+3
-1
image_slide.dart
lib/widget/image_slide.dart
+2
-1
No files found.
lib/screen/solution.dart
View file @
94a598d8
...
...
@@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
import
'package:medapp_eksad/appbar/appbar_home.dart'
;
import
'package:medapp_eksad/screen/footer.dart'
;
import
'package:medapp_eksad/screen/solution/our_solution.dart'
;
import
'package:medapp_eksad/screen/solution/our_solution2.dart'
;
import
'package:medapp_eksad/widget/responsive.dart'
;
import
'package:flutter/services.dart'
;
...
...
@@ -34,7 +35,8 @@ class _SolutionsState extends State<Solutions> {
body:
ListView
(
children:
[
OurSolution
(),
Footer
()
OurSolution2
(),
Footer
(),
],
),
);
...
...
lib/widget/image_slide.dart
View file @
94a598d8
...
...
@@ -19,7 +19,7 @@ final List<Widget> imageSliders = imgList
Image
.
asset
(
item
,
fit:
BoxFit
.
cover
,
width:
5
00
,
width:
7
00
,
),
Positioned
(
bottom:
0.0
,
...
...
@@ -63,6 +63,7 @@ class VerticalSlider extends StatelessWidget {
width:
screenSize
.
width
*
0.27
,
height:
screenSize
.
height
*
0.33
,
child:
CarouselSlider
(
carouselController:
CarouselController
(),
options:
CarouselOptions
(
aspectRatio:
2.0
,
enlargeCenterPage:
true
,
...
...
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