device_pub_ui 1.0.2
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();