πŸ‡½πŸ‡ΎπŸ‡Ώ 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>