mason
mason copied to clipboard
feat(logger): adds support for milliseconds on progress duration
Status
READY
Description
Displays milliseconds appropriately when progress takes less than 100 milliseconds to complete like in this picture:

Currently returns 0.0s if less than 100ms.
This is the sample code I've used in dart pad.

Type of Change
- [x] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
- [ ] โ Breaking change (fix or feature that would cause existing functionality to change)
- [ ] ๐งน Code refactor
- [ ] โ Build configuration change
- [ ] ๐ Documentation
- [ ] ๐๏ธ Chore