jmash_captcha_dart 0.0.1
jmash_captcha_dart: ^0.0.1 copied to clipboard
Jmash Captcha Package, JMash旨在遵从Jakarta EE 10 , MicroProfile 6.1 规范,构建Service Mash(服务网格)架构实践。
部署 #
- 测试 flutter test
- 登录 dart pub login
- 发布 dart pub publish
代码生成 #
-
安装flutter SDK
-
安装 Grpc protoc-gen-dart代码插件 flutter pub global activate protoc_plugin
-
创建项目 flutter create --template=package jmash_captcha_dart
-
生成代码 protoc -I ../jmash-captcha-lib/src/main/proto --proto_path=. --dart_out=grpc:./lib ../jmash-captcha-lib/src/main/proto/jmash/captcha/*.proto
protoc -I ../jmash-captcha-lib/src/main/proto --proto_path=. --dart_out=grpc:./lib ../jmash-captcha-lib/src/main/proto/jmash/captcha/protobuf/*.proto