github_action
A Flutter package demonstrating how to automate publishing to pub.dev using GitHub Actions.
It shows how to configure workflows for testing, version tagging, and publishing directly from your repository.
Features
- Automates publishing to pub.dev
- Uses GitHub Actions with Flutter SDK
- Supports dry-run checks before release
- Example CI/CD workflow included
Getting Started
Add this package to your pubspec.yaml:
dependencies:
github_action: ^0.0.1