選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
appeto dev 25b2f65d68 start 2ヶ月前
..
.vscode start 2ヶ月前
dlib start 2ヶ月前
README.md start 2ヶ月前
file_darwin.go start 2ヶ月前
file_linux.go start 2ヶ月前
file_unsupported.go start 2ヶ月前
file_windows.go start 2ヶ月前
go.mod start 2ヶ月前
go.sum start 2ヶ月前
import.go.tmpl start 2ヶ月前
plugin.go start 2ヶ月前

README.md

platform_device_id

This Go package implements the host-side of the Flutter platform_device_id plugin.

Usage

Import as:

import platform_device_id "github.com/BestBurning/platform_device_id/go"

Then add the following option to your go-flutter application options:

flutter.AddPlugin(&platform_device_id.PlatformDeviceIdPlugin{}),