Publish

Publish the package to pub.dev. Runs dry-run first, then publishes on confirmation. Use when this capability is needed.

tomevault-io Updated

File contents

Publish the package to pub.dev.

Steps

  1. Run flutter pub publish --dry-run and show the output.
  2. If $ARGUMENTS is "dry-run", stop here.
  3. Otherwise, ask the user to confirm before proceeding.
  4. On confirmation, run flutter pub publish --force (non-interactive).
  5. Report success or failure.

Source: QuisApp/flutter_contacts — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/quisapp--flutter-contacts--flutter-contacts commit 677f053703

Frequently asked questions

npx skillmds@latest add tomevault-io/publish-10