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
23a8182d
Commit
23a8182d
authored
Sep 19, 2022
by
Dio Maulana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pull to refresh viewbill
parent
427674c0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
174 additions
and
169 deletions
+174
-169
helper.dart
lib/helper/helper.dart
+1
-0
order_view_bill_new.dart
lib/ui/viewbill/order_view_bill_new.dart
+3
-3
view_bill_new.dart
lib/ui/viewbill/view_bill_new.dart
+170
-158
pubspec.lock
pubspec.lock
+0
-7
pubspec.yaml
pubspec.yaml
+0
-1
No files found.
lib/helper/helper.dart
View file @
23a8182d
...
...
@@ -245,6 +245,7 @@ double heightTombol = 0.06; // untuk dikalikan di height media query
//** core warna */
// const Color backgroundColor = Colors.white;
const
Color
backgroundColor
=
Color
(
0xffF4F4F4
);
const
Color
backgroundColorViewBill
=
Color
(
0xffE5E5E5
);
const
Color
backgroundWhite
=
Color
(
0xffFFFFFF
);
const
Color
dividerGrey
=
Color
(
0xff898A8D
);
const
textColorTabel
=
Color
(
0xff333333
);
...
...
lib/ui/viewbill/order_view_bill_new.dart
View file @
23a8182d
...
...
@@ -337,10 +337,10 @@ class _OrderViewBillNewState extends State<OrderViewBillNew> {
height:
11
,
)
:
const
SizedBox
(),
(
widget
.
lastItem
)
(
!
widget
.
lastItem
)
?
const
Divider
(
thickness:
1
,
color:
dividerGrey
,
thickness:
2
,
color:
backgroundColorViewBill
,
)
:
const
SizedBox
()
],
...
...
lib/ui/viewbill/view_bill_new.dart
View file @
23a8182d
This diff is collapsed.
Click to expand it.
pubspec.lock
View file @
23a8182d
...
...
@@ -261,13 +261,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.3"
pull_to_refresh:
dependency: "direct main"
description:
name: pull_to_refresh
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
scrollable_positioned_list:
dependency: "direct main"
description:
...
...
pubspec.yaml
View file @
23a8182d
...
...
@@ -34,7 +34,6 @@ dependencies:
http
:
^0.13.4
intl
:
^0.17.0
loading_animations
:
^2.2.0
pull_to_refresh
:
^2.0.0
scrollable_positioned_list
:
^0.3.4
shared_preferences
:
^2.0.15
shimmer
:
^2.0.0
...
...
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