flutter create package code example
Example 1: flutter create with package name
flutter create --org com.yourdomain appname
Example 2: flutter publish package command
flutter pub publish --dry-run /// run this before publishing the package
flutter pub publish /// when ready to publish