创建插件
flutter create --org com.example --template=plugin your_plugin_name
# 支持swift kotlin
flutter create --template=plugin -i swift -a kotlin your_plugin_nameflutter create --org com.example --template=plugin --platforms=android,ios -a kotlin helloflutter create --org com.example --template=plugin --platforms=android,ios -a java helloflutter create --org com.example --template=plugin --platforms=android,ios -i objc helloflutter create --org com.example --template=plugin --platforms=android,ios -i swift hello最后更新于