get_info 1.0.2 copy "get_info: ^1.0.2" to clipboard
get_info: ^1.0.2 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();