platform_device_id_plus_web 1.0.2
platform_device_id_plus_web: ^1.0.2 copied to clipboard
web implementation of the platform_device_id_plus plugin.
platform_device_id_plus_web #
The web implementation of platform_device_id_plus
.
Usage #
Import the package #
This package has been endorsed, meaning that you only need to add platform_device_id_plus
as a dependency in your pubspec.yaml
. It will be automatically included in your app
when you depend on package:platform_device_id_plus
.
This is what the above means to your pubspec.yaml
:
...
dependencies:
...
platform_device_id_plus: ^0.5.0
...
If you wish to use the web package only, you can add platform_device_id_plus_web
as a
dependency:
...
dependencies:
...
platform_device_id_plus_web: ^0.0.1
...