Our core packages used for building the best Flutter apps.
57
stars
7
forks
source link
For maintainers
pub.dev release process
- Create a pull request with your changes
- Update
pubspec.yaml
with appropriate package version and add an entry to your package's CHANGELOG.md
- Gather approvals and ensure CI passes
- Merge
- Tag your merge commit on
master
with <package_name>-v<version>
and let the GitHub Actions do the rest.