python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flutter Instance of 'Future<Translation>' i keep getting this on my print
i trying to translate a string and show it to my screen but when i try to check the text on print it say Instance of Future<Translation>
this is my code when i try to use then(print)
final fina...

user18090028
Votes: 0
Answers: 3
Flutter is there any way to make an dynamical timestamp that print something like 10 minute ago, 1 hour agor, or 2 month ago
i already send my lastseen timestamp into firebase and how can i deduct the current timestamp with the one that i already sent to firestore. that will give me Last Seen 15 minutes ago, or maybe a long...

user18090028
Votes: 0
Answers: 1