Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
IT Project 2020
Group B
pilar-mobile
Commits
16dd9f37
Commit
16dd9f37
authored
Nov 23, 2020
by
Tsamara Esperanti Erwin
Browse files
[CHORES] fix error on transaction
parent
c9ca783c
Pipeline
#61073
passed with stages
in 16 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/Pages/Donation/bloc_goods_donation/goods_donation_bloc.dart
View file @
16dd9f37
...
...
@@ -20,7 +20,6 @@ class GoodsDonationBloc extends Bloc<GoodsDonationEvent, GoodsDonationState> {
Stream
<
GoodsDonationState
>
mapEventToState
(
GoodsDonationEvent
event
)
async
*
{
if
(
event
is
GoodsDonationButtonClicked
)
{
yield
const
SendingGoodsDonationLoading
();
print
(
event
.
isFinal
);
try
{
await
_donationRepository
.
createGoodsDonation
(
event
.
program
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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