The Flutter Plugin Project Files
The Flutter Plugin Project Files Creating the plugin project
$ flutter create --org com.example --template=plugin --platforms=android,ios,linux,macos,windows hello_plugin Signing iOS app for device deployment using developer identity: "Apple Development: Yaohong Huang (WS3UUERGF9)" Creating project hello_plugin... Resolving dependencies in hello_plugin... (3.3s) Got dependencies in hello_plugin. Resolving dependencies in hello_plugin/example... (1.1s) Got dependencies in hello_plugin/example. Wrote 161 files. All done! Your plugin code is in hello_plugin/lib/hello_plugin.dart. Your example app code is in hello_plugin/example/lib/main.dart. Host platform code is in the android, ios, linux, macos, windows directories under hello_plugin.