device_es

A Dart package for fetching device-specific information.

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

Import device_es in your Dart code:

import 'package:device_es/device_es.dart';

void main() {
  DeviceInfo deviceInfo = DeviceInfo();
  print(deviceInfo.getDeviceName());
}

 const sharedInfo = sharedCode.getPlatform();

Libraries

device_es