Skip to content

regcwt1226/flutter_device_info

 
 

Repository files navigation

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.

flutter_device_info

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 57.5%
  • Java 20.0%
  • Objective-C 13.9%
  • Ruby 8.6%