I have a flutter app where I am storing activities with an activity date in my firebase.
When showing those activities in my app I noticed that the Date gets converted differently from different devices.
The output in my Virtual Device when debugging is in the end the 29.07.2018 instead of the 30.07.2018. How can I fix this?
This may happen because of locale. Try to use
DateFormat
from https://pub.dev/packages/intl