time_machine icon indicating copy to clipboard operation
time_machine copied to clipboard

How can i testing my app?

Open polRk opened this issue 5 years ago • 0 comments

Text(LocalDateTime.now().toString()),
Text(LocalDateTime.now().toDateTimeLocal().toString()),
Text(DateTime.now().toString()),

In real device/simulator

Screenshot 2020-09-16 at 11 35 50
print(LocalDateTime.now().toString());
print(LocalDateTime.now().toDateTimeLocal().toString());
print(DateTime.now().toString());

In test file Screenshot 2020-09-16 at 11 36 41

polRk avatar Sep 16 '20 08:09 polRk