Closed jakub-cosmose closed 2 years ago
Describe the bug phoneNumber is a nullable value, but the method toString calls phoneNumber!. This causes the problem that printing the PhoneNumber e.g. for debugging purposes can crash the app.
phoneNumber
toString
phoneNumber!
PhoneNumber
Package version v0.7.0+2
Hi @jakub-cosmose, Thanks for reporting this. The issue has been resolved. Should be available on the next update.
I'll go ahead and close this issue now. Thanks
Describe the bug
phoneNumber
is a nullable value, but the methodtoString
callsphoneNumber!
. This causes the problem that printing thePhoneNumber
e.g. for debugging purposes can crash the app.Package version v0.7.0+2