For the complete documentation index, see llms.txt. This page is also available as Markdown.

operatingSystemVersion

operatingSystemVersion

Provides the name of your operating system.

The operating system version will depend on your operating system.

Possible Values:

  • Linux 22.04

Example:

import "package:system_info2/system_info2.dart";

print("Operating System version          : ${SysInfo.operatingSystemVersion}");

Please help expand the list of examples by raising an issue with examples on the onpub.dev github site.

Last updated

Was this helpful?