BestBurning / platform_device_id

flutter plugin to get device id

Home Page:https://pub.dev/packages?q=platform_device_id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix for go.mod in example

joe-getcouragenow opened this issue · comments

commented

comment out the replace

update the version to v0.1.1

this now works:

module platform_device_id_example/go

go 1.14

require (
	github.com/BestBurning/platform_device_id/go v0.1.1
	github.com/go-flutter-desktop/go-flutter v0.38.0
	github.com/pkg/errors v0.9.1
)

//replace github.com/BestBurning/platform_device_id/go => D:\gitRepo\platform_device_id\go
commented

Thank you. It's merge to the newest code

commented