Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 316 Bytes

DEV.md

File metadata and controls

9 lines (8 loc) · 316 Bytes

Release checklist

  • Update version number in pubspec.yaml
  • Update README.md (if necessary)
  • Update CHANGELOG.md
  • Run test pub run test
  • Run code formatter dartfmt -w .
  • Calculating pub points pub global run pana . and review the report
  • Publish the library pub publish