安装 grinder :
$ dart pub global activate grinder安装 Protocol Buffers :
$ brew install protobuf安装protoc:
$ dart pub global activate protoc_plugin执行flutter pub get:
flutter pub get
启动 Server :
$ FLUTTER_VERSION="3.3.0" grind serve后端服务运行在8082端口。
安装 grinder :
$ dart pub global activate grinder安装 Protocol Buffers :
$ brew install protobuf安装protoc:
$ dart pub global activate protoc_plugin执行flutter pub get:
flutter pub get
启动 Server :
$ FLUTTER_VERSION="3.3.0" grind serve后端服务运行在8082端口。