Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
Byodv2
Project
Project
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
Dio Maulana
Byodv2
Commits
1d42dd8f
Commit
1d42dd8f
authored
Sep 28, 2022
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
viewbill edited size
parent
7e2362fc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
47 deletions
+47
-47
main.dart
lib/main.dart
+1
-0
view_bill_new.dart
lib/ui/viewbill/view_bill_new.dart
+44
-46
pubspec.lock
pubspec.lock
+1
-1
pubspec.yaml
pubspec.yaml
+1
-0
No files found.
lib/main.dart
View file @
1d42dd8f
...
...
@@ -62,6 +62,7 @@ void main() async {
configLoading
();
loadAssetConfig
().
then
((
value
)
{
String
orderId
=
Uri
.
base
.
queryParameters
[
"o"
]
??
''
;
runApp
(
MyApp
(
title:
value
,
));
...
...
lib/ui/viewbill/view_bill_new.dart
View file @
1d42dd8f
...
...
@@ -512,6 +512,11 @@ class CoreBill extends StatelessWidget {
isHistory:
isHistory
,
tableStatus:
dataBill
[
0
].
tableStatus
,
),
(
dataBill
[
0
].
tableStatus
==
tableStatusOpen
)
?
const
SizedBox
(
height:
24
,
)
:
const
SizedBox
(),
(
dataBill
[
0
].
tableStatus
==
tableStatusOpen
)
?
const
AddMoreOrder
()
:
const
SizedBox
(),
...
...
@@ -1837,59 +1842,52 @@ class AddMoreOrder extends StatelessWidget {
color:
backgroundWhite
,
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
paddingLeftRight
),
// color: Colors.red,
child:
Column
(
child:
Row
(
children:
[
Expanded
(
child:
Container
(
child:
defaultText
(
context
,
'Tambahkan menu lainnya?'
,
maxLines:
2
,
overFlow:
TextOverflow
.
ellipsis
,
style:
viewbillStyle
(
font:
16
,
fontWeight:
FontWeight
.
w400
,
),
),
),
),
const
SizedBox
(
height:
24
,
width:
19
,
),
Row
(
children:
[
Expanded
(
child:
Container
(
child:
defaultText
(
context
,
'Tambahkan menu lainnya?'
,
maxLines:
2
,
overFlow:
TextOverflow
.
ellipsis
,
style:
viewbillStyle
(
font:
16
,
fontWeight:
FontWeight
.
w400
,
),
),
GestureDetector
(
onTap:
()
{
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
_
)
=>
const
NewHome2
(),
),
);
},
child:
Container
(
width:
98
,
height:
30
,
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
21
),
color:
buttonColor
,
),
const
SizedBox
(
width:
19
,
),
GestureDetector
(
onTap:
()
{
Navigator
.
push
(
context
,
MaterialPageRoute
(
builder:
(
_
)
=>
const
NewHome2
(),
),
);
},
child:
Container
(
width:
98
,
height:
30
,
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
21
),
color:
buttonColor
,
),
child:
Center
(
child:
defaultText
(
context
,
'Tambah'
,
style:
addButton
(
font:
8
,
),
),
child:
Center
(
child:
defaultText
(
context
,
'Tambah'
,
style:
addButton
(
font:
8
,
),
),
)
]
,
)
,
)
,
)
,
)
],
),
);
...
...
pubspec.lock
View file @
1d42dd8f
...
...
@@ -51,7 +51,7 @@ packages:
source: hosted
version: "1.16.0"
crypto:
dependency:
transitive
dependency:
"direct main"
description:
name: crypto
url: "https://pub.dartlang.org"
...
...
pubspec.yaml
View file @
1d42dd8f
...
...
@@ -27,6 +27,7 @@ environment:
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies
:
crypto
:
^3.0.2
dotted_line
:
^3.1.0
flutter
:
sdk
:
flutter
...
...
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