flutter 命令行创建 插件plugin
flutter create --template=plugin --org <你的包名eg: com.jeason> --platforms android,ios <你的组件名>
flutter create--org com.example--template=plugin--platforms=android,ios-a java-i swift hello
例子 flutter create --template=plugin --org com.example --platforms=android,ios -a java -i swift tracking
工程名字必须小写,否则会报错
网友评论