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
75838f19
Commit
75838f19
authored
Aug 18, 2020
by
Mobile : Art
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updateUI
parent
df2c3228
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
lib/ui/guest_info/guest_info.dart
+0
-0
lib/ui/payment/payment_booking_date_time.dart
+10
-9
No files found.
lib/ui/guest_info/guest_info.dart
0 → 100644
View file @
75838f19
This diff is collapsed.
Click to expand it.
lib/ui/payment/payment_booking_date_time.dart
View file @
75838f19
import
'package:feelverapp/ui/guest_info/guest_info.dart'
;
import
'package:feelverapp/ui/menu/menu.dart'
;
import
'package:feelverapp/ui/menu/menu.dart'
;
import
'package:feelverapp/util/SizeConfig.dart'
;
import
'package:feelverapp/util/SizeConfig.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
...
@@ -23,7 +24,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
...
@@ -23,7 +24,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
body:
_setupView
(),
body:
_setupView
(),
bottomNavigationBar:
Container
(
bottomNavigationBar:
Container
(
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
height:
SizeConfig
.
getWidth
(
1
3
0
),
height:
SizeConfig
.
getWidth
(
1
2
0
),
child:
Column
(
child:
Column
(
children:
<
Widget
>[
children:
<
Widget
>[
Container
(
Container
(
...
@@ -58,7 +59,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
...
@@ -58,7 +59,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
fontSize:
SizeConfig
.
getFontSize
(
16
),
fontSize:
SizeConfig
.
getFontSize
(
16
),
),
),
),
),
Spacer
(),
//
Spacer(),
],
],
),
),
),
),
...
@@ -66,7 +67,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
...
@@ -66,7 +67,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
margin:
EdgeInsets
.
only
(
margin:
EdgeInsets
.
only
(
left:
SizeConfig
.
getPadding
(
24
),
left:
SizeConfig
.
getPadding
(
24
),
right:
SizeConfig
.
getPadding
(
24
),
right:
SizeConfig
.
getPadding
(
24
),
top:
SizeConfig
.
getPadding
(
15
),
top:
SizeConfig
.
getPadding
(
8
),
// bottom: SizeConfig.getPadding(15),
// bottom: SizeConfig.getPadding(15),
),
),
width:
MediaQuery
.
of
(
context
).
size
.
width
,
width:
MediaQuery
.
of
(
context
).
size
.
width
,
...
@@ -76,12 +77,12 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
...
@@ -76,12 +77,12 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
borderRadius:
BorderRadius
.
circular
(
25.0
),
borderRadius:
BorderRadius
.
circular
(
25.0
),
),
),
onPressed:
()
{
onPressed:
()
{
//
Navigator.push(
Navigator
.
push
(
//
context,
context
,
//
MaterialPageRoute(
MaterialPageRoute
(
// builder: (context) => MyOrderStatus
(),
builder:
(
context
)
=>
GuestInfo
(),
//
),
),
//
);
);
},
},
// padding: EdgeInsets.only(
// padding: EdgeInsets.only(
// left: SizeConfig.getPadding(85),
// left: SizeConfig.getPadding(85),
...
...
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