edit shop_reviews

parent a2d9da5e
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/util/SizeConfig.dart';
import 'package:flutter/cupertino.dart';
......@@ -144,6 +145,7 @@ class _MainShopState extends State<MainShop>
// child: getlist(),
//width: 20,
),
Column(
children: <Widget>[
Container(
......@@ -253,8 +255,8 @@ class _MainShopState extends State<MainShop>
//width: 20,
Container(
color: Colors.red,
height: 50,
// color: Colors.red,
child: ShopReviewsPage(),
// child: getlist(),
//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