device_pub_ui 1.0.2 copy "device_pub_ui: ^1.0.2" to clipboard
device_pub_ui: ^1.0.2 copied to clipboard

Device make ui

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();
1
likes
110
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

Device make ui

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on device_pub_ui