# Publish

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

- Skill: `tomevault-io/publish-10` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/publish-10`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/publish-10/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/publish-10

---


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](https://github.com/QuisApp/flutter_contacts) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-07 -->

