Success Split Bill Page

This commit is contained in:
efrilm
2025-11-01 03:24:39 +07:00
parent 35f02e6b76
commit fecb4fb5c1
13 changed files with 862 additions and 156 deletions
@@ -1,3 +1,5 @@
import 'dart:developer';
import 'package:bloc/bloc.dart';
import 'package:dartz/dartz.dart' hide Order;
import 'package:freezed_annotation/freezed_annotation.dart';
@@ -89,6 +91,8 @@ class PaymentFormBloc extends Bloc<PaymentFormEvent, PaymentFormState> {
.toList(),
);
log(request.toString());
failureOrPayment = await _repository.createSplitBill(request);
emit(