get_info 1.0.1 copy "get_info: ^1.0.1" to clipboard
get_info: ^1.0.1 copied to clipboard

A Flutter plugin to get device information for Android and iOS

Get Info #

A Flutter plugin to get basic platform information.

Features #

  • Platform version

Usage #

final info = GetInfo();
final version = await info.getPlatformVersion();