- Edited
Hey guys,
I’m very confused about the output in my console. While running my test app, it never stops printing the following message:
I/flutter (28335): Right([Instance of ‘IncomeEntry’])
I/flutter (28335): Right([Instance of ‘IncomeEntry’])
I/flutter (28335): Right([Instance of ‘IncomeEntry’])
I/flutter (28335): Right([Instance of ‘IncomeEntry’])
I/flutter (28335): Right([Instance of ‘IncomeEntry’])
There must be something wrong with my IncomeEntry, which displays a value from Firestone database. It’s working fine, but the output in the console never stops… Could you give me some inputs what I can do or what could be wrong?
please find my code here
Thanks a lot
Schokiii