flutter create --template=package hello
flutter create --org com.example --template=plugin --platforms=android,ios,linux,macos,windows hello
flutter create --org com.example --template=plugin_ffi --platforms=android,ios,linux,macos,windows hello
Developing packages & plugins
Writing a good Flutter plugin
Writing custom platform-specific code