flutter_corelibrary
flutter_corelibrary copied to clipboard
Our core packages used for building the best Flutter apps.
For maintainers
pub.dev release process
- Create a pull request with your changes
- Update
pubspec.yamlwith appropriate package version and add an entry to your package'sCHANGELOG.md - Gather approvals and ensure CI passes
- Merge
- Tag your merge commit on
masterwith<package_name>-v<version>and let the GitHub Actions do the rest.