github_action 0.0.1
github_action: ^0.0.1 copied to clipboard
A Flutter package demonstrating how to automate publishing to pub.dev using GitHub Actions, with workflows for testing and CI/CD.
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