xyz_device_info 0.8.0
xyz_device_info: ^0.8.0 copied to clipboard
This package allows you to get some basic device info and works with WebAssembly.
π½πΎπΏ Get Device Info #
This package allows you to get some basic device info and works with WebAssembly.
Getting Started #
Non-Web Installation #
- Add this to your
pubspec.yamlfile:
dependencies:
xyz_get_device_info: any # or the latest version
Web Installation #
- Add this to your
pubspec.yamlfile:
dependencies:
xyz_get_device_info: any # or the latest version
-
Copy the folder
xyz_get_device_infoto your project'swebfolder. -
Copy the following code and paste it in the head section of your HTML file.
<script
type="module"
src="xyz_get_device_info/xyz_get_device_info.js"
></script>