| # 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: | 
 |  | 
 | ```dart | 
 | import 'package:device_info'; | 
 |  | 
 | var androidOSBuild = await androidOSBuild; | 
 | ``` | 
 |  | 
 | ## Getting Started | 
 |  | 
 | For help getting started with Flutter, view our online | 
 | [documentation](http://flutter.io/). | 
 |  | 
 | For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code). |