edit shop_reviews

parent a2d9da5e
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,
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment