Skip to main content

Device Info Plus Overview

Get current device information from within the Flutter application.

Full list of properties returned for every platform can be found in the API docs.

Get started

1. Add it to your project

pubspec.yaml
dependencies:
flutter:
sdk: flutter
device_info_plus: "^0.0.1"

2. Download dependency

$ flutter pub get

3. Rebuild the app

$ flutter run

Next steps

Read the usage page to see examples of how to use the package.