tendermint / flutter

23 stars 10 forks source link

fix: [TxResponseTranslator extension] Fix parse timestamp property #278

Closed mduccc closed 2 years ago

mduccc commented 2 years ago

Use int.tryParse(timestamp) instead int.parse(timestamp).

int.parse(timestamp) often throw an exception.

manhduc-nguyen commented 2 years ago

@andrzejchm Hi, can u check this. We are using this library, would love to fix some bugs.

andrzejchm commented 2 years ago

@mduccc could you fix code formatting in your pr using flutter format -l 120 command?

mduccc commented 2 years ago

awesome! totally makes sense

@andrzejchm Yeah. I complete fixing code formatting with that command