xyz_device_info 0.7.0 copy "xyz_device_info: ^0.7.0" to clipboard
xyz_device_info: ^0.7.0 copied to clipboard

unlistedoutdated

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 #

  1. Add this to your pubspec.yaml file:
dependencies:
  xyz_get_device_info: any # or the latest version

Web Installation #

  1. Add this to your pubspec.yaml file:
dependencies:
  xyz_get_device_info: any # or the latest version
  1. Copy the folder xyz_get_device_info to your project's web folder.

  2. 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>
1
likes
120
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package allows you to get some basic device info and works with WebAssembly.

Repository (GitHub)

License

MIT (license)

Dependencies

xyz_gen_annotations

More

Packages that depend on xyz_device_info