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
ba15a734
Commit
ba15a734
authored
Aug 19, 2020
by
Mobile : Art
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
43f467db
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
16 deletions
+16
-16
lib/ui/booking/booking_detail.dart
+0
-0
lib/ui/booking/bookingflow.dart
+1
-1
lib/ui/booking/bookingform.dart
+4
-4
lib/ui/nearme/near_me_list.dart
+7
-7
lib/ui/reserve/reserve_date_time.dart
+2
-2
lib/ui/reserve/reserve_list.dart
+2
-2
No files found.
lib/ui/booking/booking_detail.dart
View file @
ba15a734
This diff is collapsed.
Click to expand it.
lib/ui/booking/bookingflow.dart
View file @
ba15a734
...
...
@@ -15,7 +15,7 @@ class _BookingFlowState extends State<BookingFlow> {
body:
_setupView
(),
bottomNavigationBar:
Container
(
height:
SizeConfig
.
getHeight
(
100
),
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
child:
Stack
(
children:
<
Widget
>[
Positioned
(
...
...
lib/ui/booking/bookingform.dart
View file @
ba15a734
...
...
@@ -15,12 +15,12 @@ class _BookingFormState extends State<BookingForm> {
return
Scaffold
(
appBar:
AppBar
(
title:
Text
(
'จอง'
),
backgroundColor:
Color
.
fromRGBO
(
54
,
148
,
163
,
1
),
backgroundColor:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
),
body:
_setupView
(),
bottomNavigationBar:
Container
(
height:
SizeConfig
.
getHeight
(
100
),
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
child:
Stack
(
children:
<
Widget
>[
Positioned
(
...
...
@@ -103,7 +103,7 @@ class _BookingFormState extends State<BookingForm> {
'ข้อมูลแพ็คเกจที่คุณจอง'
,
textAlign:
TextAlign
.
left
,
style:
TextStyle
(
color:
Color
.
fromRGBO
(
54
,
148
,
163
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
fontSize:
SizeConfig
.
getFontSize
(
14
),
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
...
...
@@ -573,7 +573,7 @@ class _BookingFormState extends State<BookingForm> {
width:
MediaQuery
.
of
(
context
).
size
.
width
,
height:
SizeConfig
.
getHeight
(
100
),
decoration:
BoxDecoration
(
color:
Color
.
fromRGBO
(
54
,
148
,
163
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
),
child:
Container
(
alignment:
Alignment
.
topLeft
,
...
...
lib/ui/nearme/near_me_list.dart
View file @
ba15a734
...
...
@@ -30,7 +30,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
Widget
build
(
BuildContext
context
)
{
return
Scaffold
(
appBar:
AppBar
(
backgroundColor:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
backgroundColor:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
elevation:
0
,
centerTitle:
true
,
title:
Text
(
...
...
@@ -51,7 +51,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
children:
<
Widget
>[
Container
(
height:
SizeConfig
.
getWidth
(
110
),
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
child:
Container
(
padding:
EdgeInsets
.
only
(
left:
SizeConfig
.
getPadding
(
24
)),
alignment:
Alignment
.
topLeft
,
...
...
@@ -69,7 +69,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
),
backgroundColor:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
backgroundColor:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
shape:
StadiumBorder
(
side:
BorderSide
(
color:
Colors
.
white
),
),
...
...
@@ -89,7 +89,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
),
backgroundColor:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
backgroundColor:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
shape:
StadiumBorder
(
side:
BorderSide
(
color:
Colors
.
white
),
),
...
...
@@ -106,7 +106,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
),
backgroundColor:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
backgroundColor:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
shape:
StadiumBorder
(
side:
BorderSide
(
color:
Colors
.
white
),
),
...
...
@@ -123,7 +123,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
),
backgroundColor:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
backgroundColor:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
shape:
StadiumBorder
(
side:
BorderSide
(
color:
Colors
.
white
),
),
...
...
@@ -140,7 +140,7 @@ class _NearmeListState extends State<NearmeList> with TickerProviderStateMixin {
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
),
backgroundColor:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
backgroundColor:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
shape:
StadiumBorder
(
side:
BorderSide
(
color:
Colors
.
white
),
),
...
...
lib/ui/reserve/reserve_date_time.dart
View file @
ba15a734
...
...
@@ -19,7 +19,7 @@ class _ReserveDateTimeState extends State<ReserveDateTime> {
body:
_setupView
(),
bottomNavigationBar:
Container
(
height:
SizeConfig
.
getHeight
(
100
),
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
child:
Stack
(
children:
<
Widget
>[
Positioned
(
...
...
@@ -125,7 +125,7 @@ class _ReserveDateTimeState extends State<ReserveDateTime> {
'คุณกำลังจอง'
,
textAlign:
TextAlign
.
left
,
style:
TextStyle
(
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
fontSize:
SizeConfig
.
getFontSize
(
14
),
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
...
...
lib/ui/reserve/reserve_list.dart
View file @
ba15a734
...
...
@@ -17,7 +17,7 @@ class _ReserveListState extends State<ReserveList> {
body:
_setupView
(),
bottomNavigationBar:
Container
(
height:
SizeConfig
.
getHeight
(
100
),
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
child:
Stack
(
children:
<
Widget
>[
Positioned
(
...
...
@@ -123,7 +123,7 @@ class _ReserveListState extends State<ReserveList> {
'คุณกำลังจอง'
,
textAlign:
TextAlign
.
left
,
style:
TextStyle
(
color:
Color
.
fromRGBO
(
106
,
179
,
170
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
fontSize:
SizeConfig
.
getFontSize
(
14
),
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
...
...
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