updateTime property

DateTime? updateTime
final

The time when the application was last updated.

  • On Android, returns PackageManager.lastUpdateTime
  • On iOS and macOS, return the last modified date of the app main bundle
  • On Windows and Linux, returns the last modified date of the app executable. If the last modified date is not available, returns null.
  • On web, returns null.

Implementation

final DateTime? updateTime;