安装 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端口。