fixed category issue
This commit is contained in:
@@ -84,7 +84,8 @@ class CouponsScreen extends StatelessWidget {
|
||||
return Expanded(
|
||||
child: ListView.builder(
|
||||
itemCount: provider.couponDataModel.data!.length,
|
||||
itemBuilder: (context, index) {
|
||||
itemBuilder: (context, index)
|
||||
{
|
||||
final coupon = provider.couponDataModel.data![index];
|
||||
return Card(
|
||||
color: Colors.white,
|
||||
|
||||
Reference in New Issue
Block a user