device_info_plus_webos 0.2.0 copy "device_info_plus_webos: ^0.2.0" to clipboard
device_info_plus_webos: ^0.2.0 copied to clipboard

Platformweb

Device info plus plugin implementation for webOS

device_info_plus_webos #

Device info plus plugin implementation for webOS

Setup #

  1. Ensure your Flutter app supports webOS devices and simulators (Check examples)

  2. Include webOSTV.js library in your app's index.html:

<script src="webOSTVjs-1.2.13/webOSTV.js"></script>
<script src="flutter_bootstrap.js" async></script>
  1. Complie your app as a web app, move compled contents of build/web folder webos folder and install it on your webOS device or simulator

preview