Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
feelver
Overview
Overview
Details
Activity
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
2F-ART
feelver
Commits
5497e545
Commit
5497e545
authored
Aug 27, 2020
by
Mobile : Ball (Apprentice)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
19c7959c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
72 additions
and
31 deletions
+72
-31
lib/main.dart
+1
-1
lib/ui/review_shop/review_shop_page.dart
+10
-4
pubspec.lock
+61
-26
No files found.
lib/main.dart
View file @
5497e545
...
...
@@ -34,7 +34,7 @@ class MyApp extends StatelessWidget {
),
home:
MainShop
()
home:
ReviewShopPage
()
...
...
lib/ui/review_shop/review_shop_page.dart
View file @
5497e545
...
...
@@ -70,6 +70,8 @@ class _ReviewShopPageState extends State<ReviewShopPage> {
print
(
presenter
.
reviewShopModel
.
result
[
0
].
comment
[
i
].
infoCustomer
.
name
);
return
list
(
presenter
.
reviewShopModel
.
result
[
0
].
comment
[
i
].
infoCustomer
.
name
,
presenter
.
reviewShopModel
.
result
[
0
].
comment
[
i
].
infoCustomer
.
image
,
presenter
.
reviewShopModel
.
result
[
0
].
comment
[
i
].
commentContent
,
);
}),
),
...
...
@@ -248,7 +250,7 @@ class _ReviewShopPageState extends State<ReviewShopPage> {
);
}
Widget
list
(
String
name
)
{
Widget
list
(
String
name
,
String
image
,
String
content
)
{
return
Card
(
child:
Container
(
// color: Colors.deepPurpleAccent,
...
...
@@ -264,12 +266,16 @@ class _ReviewShopPageState extends State<ReviewShopPage> {
children:
<
Widget
>[
ClipRRect
(
borderRadius:
BorderRadius
.
circular
(
50
),
child:
Image
.
asset
(
child:
presenter
.
reviewShopModel
==
null
?
Image
.
asset
(
'assets/images/ic_userimg.png'
,
width:
55.0
,
height:
55.0
,
fit:
BoxFit
.
cover
,
),
)
:
Image
.
network
(
"https://backend.feelver.com/"
+
image
,
width:
55.0
,
height:
55.0
,
fit:
BoxFit
.
cover
,)
),
SizedBox
(
width:
SizeConfig
.
getWidth
(
10
),
...
...
@@ -331,7 +337,7 @@ class _ReviewShopPageState extends State<ReviewShopPage> {
padding:
const
EdgeInsets
.
only
(
top:
10
,
bottom:
10
,
left:
2
,
right:
2
),
child:
Text
(
'การบริการและบรรยากาศดีมาก มีห้องอาบน้ำพร้อมผ้าเช็ดตัว สบู่ ครีมสระผม พนักงานดูแลเอาใจใส่ และคอยแนะนำตลอดจนถึง therapist มีความเป็นมืออาชีพให้ความผ่อนคลายแก่ลูกค้า'
,
content
,
style:
TextStyle
(
fontSize:
SizeConfig
.
getFontSize
(
12
),
),
...
...
pubspec.lock
View file @
5497e545
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.13"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.0"
async:
dependency: transitive
description:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.
2
"
version: "2.4.
1
"
boolean_selector:
dependency: transitive
description:
...
...
@@ -29,34 +43,34 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
char
acters
:
char
code
:
dependency: transitive
description:
name: char
acters
name: char
code
url: "https://pub.dartlang.org"
source: hosted
version: "1.
0.0
"
c
harcode
:
version: "1.
1.3
"
c
ollection
:
dependency: transitive
description:
name: c
harcode
name: c
ollection
url: "https://pub.dartlang.org"
source: hosted
version: "1.1
.3
"
c
lock
:
version: "1.1
4.12
"
c
onvert
:
dependency: transitive
description:
name: c
lock
name: c
onvert
url: "https://pub.dartlang.org"
source: hosted
version: "
1.0
.1"
c
ollection
:
version: "
2.1
.1"
c
rypto
:
dependency: transitive
description:
name: c
ollection
name: c
rypto
url: "https://pub.dartlang.org"
source: hosted
version: "
1.14.13
"
version: "
2.1.4
"
csslib:
dependency: transitive
description:
...
...
@@ -78,13 +92,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.8"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
file:
dependency: transitive
description:
...
...
@@ -149,6 +156,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.4"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.12"
image_cropper:
dependency: "direct main"
description:
...
...
@@ -197,7 +211,7 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.
8
"
version: "0.12.
6
"
meta:
dependency: transitive
description:
...
...
@@ -211,7 +225,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.
7.0
"
version: "1.
6.4
"
path_provider_linux:
dependency: transitive
description:
...
...
@@ -233,6 +247,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
platform:
dependency: transitive
description:
...
...
@@ -268,6 +289,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.4"
quiver:
dependency: transitive
description:
name: quiver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
rflutter_alert:
dependency: "direct main"
description:
...
...
@@ -328,7 +356,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.
5
"
version: "1.9.
3
"
stream_channel:
dependency: transitive
description:
...
...
@@ -356,14 +384,14 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1
7
"
version: "0.2.1
5
"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.
2.0
"
version: "1.
1.6
"
url_launcher:
dependency: "direct main"
description:
...
...
@@ -413,6 +441,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "3.6.1"
sdks:
dart: ">=2.
9.0-14.0.dev
<3.0.0"
dart: ">=2.
6.0
<3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
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