tree: 6f2d92fd71d0798512e2e92d52cc35564a89bd23 [path history] [tgz]
  1. android/
  2. example/
  3. ios/
  4. lib/
  5. .gitignore
  6. CHANGELOG.md
  7. device_info.iml
  8. device_info_android.iml
  9. LICENSE
  10. pubspec.yaml
  11. README.md
packages/device_info/README.md

device_info

This Flutter plugin provides an API for querying information about the device on which a Flutter application is running.

Usage

Import package:device_info and use the provided top-level functions.

Example:

import 'package:device_info';

var androidOSBuild = await androidOSBuild;

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.