kidd3166 bcfbb57d36 1.4 update | vor 2 Jahren | |
---|---|---|
.. | ||
README.md | vor 2 Jahren | |
bledata.proto | vor 2 Jahren |
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.