美文网首页
flutter 命令行创建 插件plugin

flutter 命令行创建 插件plugin

作者: 雨辰西西 | 来源:发表于2021-07-15 10:32 被阅读0次

    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

    工程名字必须小写,否则会报错

    相关文章

      网友评论

          本文标题:flutter 命令行创建 插件plugin

          本文链接:https://www.haomeiwen.com/subject/ksyppltx.html