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
b611d647
Commit
b611d647
authored
Aug 25, 2020
by
Mobile : Jetrin Phuekkaew (N'new)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
baadf91b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
lib/ui/shop/shop_list_detail.dart
+12
-2
lib/ui/shop/shop_main.dart
+2
-0
No files found.
lib/ui/shop/shop_list_detail.dart
View file @
b611d647
...
@@ -2,6 +2,7 @@ import 'package:carousel_pro/carousel_pro.dart';
...
@@ -2,6 +2,7 @@ import 'package:carousel_pro/carousel_pro.dart';
import
'package:feelverapp/service/api.dart'
;
import
'package:feelverapp/service/api.dart'
;
import
'package:feelverapp/ui/home/home.dart'
;
import
'package:feelverapp/ui/home/home.dart'
;
import
'package:feelverapp/ui/menu/menu.dart'
;
import
'package:feelverapp/ui/menu/menu.dart'
;
import
'package:feelverapp/ui/shop/shop_main.dart'
;
import
'package:feelverapp/ui/shop/shoplistdetail_presenter.dart'
;
import
'package:feelverapp/ui/shop/shoplistdetail_presenter.dart'
;
import
'package:feelverapp/util/SizeConfig.dart'
;
import
'package:feelverapp/util/SizeConfig.dart'
;
import
'package:flutter/cupertino.dart'
;
import
'package:flutter/cupertino.dart'
;
...
@@ -344,7 +345,16 @@ class _ShopListDetailState extends State<ShopListDetail> {
...
@@ -344,7 +345,16 @@ class _ShopListDetailState extends State<ShopListDetail> {
SizedBox
(
height:
30
,),
SizedBox
(
height:
30
,),
Align
(
Align
(
alignment:
Alignment
.
topLeft
,
alignment:
Alignment
.
topLeft
,
child:
Text
(
child:
InkWell
(
onTap:
()
{
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
context
)
=>
MainShop
(),
),
);
},
child:
Text
(
presenter
.
model
.
result
[
0
].
storeProduct
[
i
].
product
.
name
,
presenter
.
model
.
result
[
0
].
storeProduct
[
i
].
product
.
name
,
textAlign:
TextAlign
.
left
,
textAlign:
TextAlign
.
left
,
...
@@ -353,7 +363,7 @@ class _ShopListDetailState extends State<ShopListDetail> {
...
@@ -353,7 +363,7 @@ class _ShopListDetailState extends State<ShopListDetail> {
fontSize:
SizeConfig
.
getFontSize
(
16
),
fontSize:
SizeConfig
.
getFontSize
(
16
),
fontFamily:
"SF_Pro_Text"
,
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w700
),
fontWeight:
FontWeight
.
w700
),
),),
)
)
,),
SizedBox
(
height:
30
,),
SizedBox
(
height:
30
,),
Row
(
children:
[
Row
(
children:
[
...
...
lib/ui/shop/shop_main.dart
View file @
b611d647
...
@@ -9,6 +9,8 @@ import 'package:flutter/material.dart';
...
@@ -9,6 +9,8 @@ import 'package:flutter/material.dart';
import
'dart:math'
;
import
'dart:math'
;
class
MainShop
extends
StatefulWidget
{
class
MainShop
extends
StatefulWidget
{
MainShop
({
Key
key
,
this
.
title
})
:
super
(
key:
key
);
MainShop
({
Key
key
,
this
.
title
})
:
super
(
key:
key
);
final
String
title
;
final
String
title
;
...
...
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