Closed mduccc closed 2 years ago
@andrzejchm Hi, can u check this. We are using this library, would love to fix some bugs.
@mduccc could you fix code formatting in your pr using flutter format -l 120
command?
awesome! totally makes sense
@andrzejchm Yeah. I complete fixing code formatting with that command
Use
int.tryParse(timestamp)
insteadint.parse(timestamp)
.int.parse(timestamp)
often throw an exception.