Updating package
When you make significant changes to a published package, we recommend updating the version number to communicate the extent of changes to other who rely on your code.
- Update the version number in pubspec.yaml
version: 1.0.X
- Publish the new version
dart pub publish