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
69ad30bf
Commit
69ad30bf
authored
Jul 09, 2020
by
Mobile : Ball (Apprentice)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit shop_reviews
parent
a2d9da5e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lib/ui/shop/shop_main.dart
+4
-2
lib/ui/shop/shop_reviews.dart
+0
-0
No files found.
lib/ui/shop/shop_main.dart
View file @
69ad30bf
import
'package:feelverapp/ui/nearme/near_me_detail.dart'
;
import
'package:feelverapp/ui/nearme/near_me_detail.dart'
;
import
'package:feelverapp/ui/shop/shop_reviews.dart'
;
import
'package:feelverapp/ui/shop/shop_service.dart'
;
import
'package:feelverapp/ui/shop/shop_service.dart'
;
import
'package:feelverapp/util/SizeConfig.dart'
;
import
'package:feelverapp/util/SizeConfig.dart'
;
import
'package:flutter/cupertino.dart'
;
import
'package:flutter/cupertino.dart'
;
...
@@ -144,6 +145,7 @@ class _MainShopState extends State<MainShop>
...
@@ -144,6 +145,7 @@ class _MainShopState extends State<MainShop>
// child: getlist(),
// child: getlist(),
//width: 20,
//width: 20,
),
),
Column
(
Column
(
children:
<
Widget
>[
children:
<
Widget
>[
Container
(
Container
(
...
@@ -253,8 +255,8 @@ class _MainShopState extends State<MainShop>
...
@@ -253,8 +255,8 @@ class _MainShopState extends State<MainShop>
//width: 20,
//width: 20,
Container
(
Container
(
color:
Colors
.
red
,
//
color: Colors.red,
height:
50
,
child:
ShopReviewsPage
()
,
// child: getlist(),
// child: getlist(),
//width: 20,
//width: 20,
),
),
...
...
lib/ui/shop/shop_reviews.dart
0 → 100644
View file @
69ad30bf
This diff is collapsed.
Click to expand it.
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