Commit 23a8182d authored by Dio Maulana's avatar Dio Maulana

pull to refresh viewbill

parent 427674c0
...@@ -245,6 +245,7 @@ double heightTombol = 0.06; // untuk dikalikan di height media query ...@@ -245,6 +245,7 @@ double heightTombol = 0.06; // untuk dikalikan di height media query
//** core warna */ //** core warna */
// const Color backgroundColor = Colors.white; // const Color backgroundColor = Colors.white;
const Color backgroundColor = Color(0xffF4F4F4); const Color backgroundColor = Color(0xffF4F4F4);
const Color backgroundColorViewBill = Color(0xffE5E5E5);
const Color backgroundWhite = Color(0xffFFFFFF); const Color backgroundWhite = Color(0xffFFFFFF);
const Color dividerGrey = Color(0xff898A8D); const Color dividerGrey = Color(0xff898A8D);
const textColorTabel = Color(0xff333333); const textColorTabel = Color(0xff333333);
......
...@@ -337,10 +337,10 @@ class _OrderViewBillNewState extends State<OrderViewBillNew> { ...@@ -337,10 +337,10 @@ class _OrderViewBillNewState extends State<OrderViewBillNew> {
height: 11, height: 11,
) )
: const SizedBox(), : const SizedBox(),
(widget.lastItem) (!widget.lastItem)
? const Divider( ? const Divider(
thickness: 1, thickness: 2,
color: dividerGrey, color: backgroundColorViewBill,
) )
: const SizedBox() : const SizedBox()
], ],
......
This diff is collapsed.
...@@ -261,13 +261,6 @@ packages: ...@@ -261,13 +261,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "6.0.3" 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: scrollable_positioned_list:
dependency: "direct main" dependency: "direct main"
description: description:
......
...@@ -34,7 +34,6 @@ dependencies: ...@@ -34,7 +34,6 @@ dependencies:
http: ^0.13.4 http: ^0.13.4
intl: ^0.17.0 intl: ^0.17.0
loading_animations: ^2.2.0 loading_animations: ^2.2.0
pull_to_refresh: ^2.0.0
scrollable_positioned_list: ^0.3.4 scrollable_positioned_list: ^0.3.4
shared_preferences: ^2.0.15 shared_preferences: ^2.0.15
shimmer: ^2.0.0 shimmer: ^2.0.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment