Categorygithub.com/bhaaee/FlutterXray
repositorypackage
0.0.0-20220702054932-2bf61ac971e8
Repository: https://github.com/bhaaee/flutterxray.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

FlutterXray

FlutterXray, golang, xray core Initial commit of project structure, license, and readme.

#init go.mod


go mod download

compolie to .aar library for android


gomobile bind -v -o flutterxray.aar -target=android ./

compolie to .framework library for ios


gomobile bind -v -o flutterxray.framework -target=ios ./