Bruno Goedert Dalmolin

Results 4 comments of Bruno Goedert Dalmolin

When I insert this line in my code: `final defaultDateTimeFormat = intl.DateFormat('$defaultDateFormat - $defaultTimeFormat');` When viewing the database, it saves the following value in the column of type "DateTime": `In1tAMn1e...

If it is possible to always save the information in milliseconds and later just read them using these "date formats" in my case it would solve it. Until they make...

Hi @JWambaugh. I wanted to thank you from the bottom of my heart!} Thank you very much. This worked for me. I use this package in a production application that...

The only way I was able to implement this is a separate class that serves as a controller? Example: ``` List toDropDownMenuItem(List enderecos, TableField columnName) { final List items =...