jgithaiga / flutter_sms_inbox

Flutter SMS Inbox (Android only)
MIT License
15 stars 17 forks source link

Date Problem ${message.date} #20

Closed axmanur closed 1 year ago

axmanur commented 1 year ago

Hello brother I get problem from ${message.date} How can I fix this problem

jgithaiga commented 1 year ago

Hi @axmanur, please provide more details about the issue above. Do you have an error message?

axmanur commented 1 year ago

Hi @axmanur, please provide more details about the issue above. Do you have an error message?

Thanks bro I solved that issue, the issue was date was integer then I use to convert this way DateTime.fromMicrosecondsSinceEpoch((message.date!) * 1000);