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
2bec8595
Commit
2bec8595
authored
Jul 13, 2020
by
Mobile : Ball (Apprentice)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://gitlab.2fellows.com/art/feelver
into develop
parents
5001f9c4
6b139ede
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
lib/main.dart
+9
-0
lib/ui/shop/shop.dart
+0
-0
lib/ui/shop/shop_main.dart
+5
-3
No files found.
lib/main.dart
View file @
2bec8595
import
'package:feelverapp/ui/account_setting/account_setting_page.dart'
;
import
'package:feelverapp/ui/account_setting/account_setting_page.dart'
;
import
'package:feelverapp/ui/booking/bookingflow.dart'
;
import
'package:feelverapp/ui/my_order_status/my_order_status.dart'
;
import
'package:feelverapp/ui/my_reviews/my_reviews_page.dart'
;
import
'package:feelverapp/ui/my_reviews/my_reviews_page.dart'
;
import
'package:feelverapp/ui/my_service/my_service_tab.dart'
;
import
'package:feelverapp/ui/my_service/my_service_tab.dart'
;
import
'package:feelverapp/ui/my_service/service_paid.dart'
;
import
'package:feelverapp/ui/my_service/service_ticket.dart'
;
import
'package:feelverapp/ui/notification/notification_page.dart'
;
import
'package:feelverapp/ui/notification/notification_page.dart'
;
import
'package:feelverapp/ui/other_menu/other_menu_page.dart'
;
import
'package:feelverapp/ui/other_menu/other_menu_page.dart'
;
import
'package:feelverapp/ui/payment/mycart.dart'
;
import
'package:feelverapp/ui/payment/payment_detail.dart'
;
import
'package:feelverapp/ui/payment/payment_page.dart'
;
import
'package:feelverapp/ui/shop/shop.dart'
;
import
'package:feelverapp/ui/shop/shop_Nearby_places.dart'
;
import
'package:feelverapp/ui/shop/shop_Nearby_places.dart'
;
import
'package:feelverapp/ui/shop/shop_list_detail.dart'
;
import
'package:feelverapp/ui/shop/shop_main.dart'
;
import
'package:feelverapp/ui/shop/shop_main.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'ui/splashscreen/splash_screen_page.dart'
;
import
'ui/splashscreen/splash_screen_page.dart'
;
...
...
lib/ui/shop/shop.dart
0 → 100644
View file @
2bec8595
This diff is collapsed.
Click to expand it.
lib/ui/shop/shop_main.dart
View file @
2bec8595
import
'package:feelverapp/ui/shop/shop.dart'
;
import
'package:feelverapp/ui/shop/shop_Nearby_places.dart'
;
import
'package:feelverapp/ui/shop/shop_Nearby_places.dart'
;
import
'package:feelverapp/ui/shop/shop_reviews.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'
;
...
@@ -71,7 +72,9 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi
...
@@ -71,7 +72,9 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi
icon:
Icon
(
Icons
.
arrow_back_ios
,
color:
Colors
.
white
),
icon:
Icon
(
Icons
.
arrow_back_ios
,
color:
Colors
.
white
),
onPressed:
()
=>
Navigator
.
of
(
context
).
pop
(),
onPressed:
()
=>
Navigator
.
of
(
context
).
pop
(),
),
),
title:
Text
(
"Thai Body Balance"
),
title:
Center
(
child:
Text
(
"Thai Body Balance"
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
25
)),),
floating:
true
,
floating:
true
,
pinned:
false
,
pinned:
false
,
snap:
true
,
snap:
true
,
...
@@ -150,8 +153,7 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi
...
@@ -150,8 +153,7 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi
controller:
_controller
,
controller:
_controller
,
children:
<
Widget
>[
children:
<
Widget
>[
Container
(
Container
(
color:
Colors
.
deepPurpleAccent
,
child:
Shop
()
height:
50
,
// child: getlist(),
// child: getlist(),
//width: 20,
//width: 20,
),
),
...
...
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