Coding

Go Dart Plugin

Part One the GO side:

  1. We need to make the function exportable, so the name should be capitalized and become GetKey()
  2. We need to use cgo so that we can create shared library, cgo means we need to:
Read more >

Git Tips

Gitignore not working

git rm -rf --cached .
git add .

Recover last commit

git reset HEAD~