CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 14:29:31 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=8c926f343c4a893643a65b1bcc20d009c5b9d3576e34ada45b920b14cee77ccba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22L-NA2PZwEgZZWMo_kN3OT2wO6BSULgbk%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cf0cd4e9dcaf3d-BLR
vertical listview flutter - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Widget cartList() {
- return context.watch<CartProvider>().cartResponse != null &&
- context.watch<CartProvider>().cartResponse?.items != null &&
- context.watch<CartProvider>().cartResponse!.items!.isNotEmpty
- ? ListView.builder(
- shrinkWrap: true,
- scrollDirection: Axis.vertical,
- itemCount: context.watch<CartProvider>().cartResponse?.items?.length,
- itemBuilder: (BuildContext context, int index) {
- return Row(
- mainAxisSize: MainAxisSize.min,
- mainAxisAlignment: MainAxisAlignment.spaceBetween,
- children: [
- Expanded(
- child: Text(
- context
- .watch<CartProvider>()
- .cartResponse
- ?.items
- ?.elementAt(index)
- ?.productName ??
- "",
- style: GoogleFonts.roboto(
- fontSize: 14,
- fontWeight: FontWeight.w400,
- color: ProjectColors().blue3,
- ),
- maxLines: 1,
- overflow: TextOverflow.ellipsis,
- softWrap: true,
- textAlign: TextAlign.start,
- ),
- ),
- Text(
- context
- .watch<CartProvider>()
- .cartResponse
- ?.items
- ?.elementAt(index)
- ?.totalPrice ??
- "0",
- style: GoogleFonts.roboto(
- fontSize: 14,
- fontWeight: FontWeight.w500,
- color: ProjectColors().blue3,
- ),
- maxLines: 1,
- overflow: TextOverflow.ellipsis,
- softWrap: true,
- textAlign: TextAlign.start,
- ),
- ],
- );
- },
- )
- : ColorLoader();
- }
Tags:
listview
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 3 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 5 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 13 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 16 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ J
JavaScript | 17 sec ago | 0.24 KB
-
⭐⭐⭐ G2A Payment Exploit ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 24 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 2
JavaScript | 27 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand