0 purchases
device pub 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();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.