kidd3166 bcfbb57d36 1.4 update | il y a 2 ans | |
---|---|---|
.. | ||
README.md | il y a 2 ans | |
bledata.proto | il y a 2 ans |
protoc
. It can be done via brew
:brew install protobuf
brew install swift-protobuf
brew isntall dart
pub global activate protoc_plugin
PATH
environment variableprotoc --dart_out=../lib/src/generated ./bledata.proto
protoc --swift_out=../ios/Classes/BleData ./bledata.proto
NOTE: If directory ../lib/generated
or ./ios/Classes/BleData
does not exist please create it.