Thứ Hai, 8 tháng 6, 2020

// get time current
var today = new DateTime.now();
// add time var fiftyDaysFromNow = today.add(new Duration(days: 50));
// get timezome
var timezoneOffset = now.timeZoneOffset;

Không có nhận xét nào:

Đăng nhận xét

How to reload app in flutter

  Phoenix . rebirth (context);