This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
// String text = '04/08/1984'; | |
// final textSplited = text.split('/'); | |
// final date = DateTime.parse('${textSplited[2]}-${textSplited[1]}-${textSplited[0]}'); | |
// print(date.millisecondsSinceEpoch); | |
// final dateMili = date.millisecondsSinceEpoch; | |
// final teste = DateTime.fromMillisecondsSinceEpoch(dateMili); | |
// final date2 = teste.millisecondsSinceEpoch; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"transfer":"Transfer", | |
"transaction_feed":"Transaction Feed", | |
"change_name":"Change Name" | |
} |