positive_num 1.0.8 positive_num: ^1.0.8 copied to clipboard
The package contains an immutable value object called PositiveNum that encapsulates a positive number (any number greater than 0) which can be int or double. PositiveNum guarantees that its value is a [...]
1.0.8 #
- Re-wrote the project description to more informative
- Added 1 more test (to ensure that PositiveNum can be created from a reference with num, int, or double type)
- Refactored tests (use final instead var, use const instead of final, rename elements)
- Fixed typos
1.0.7+1 #
- Update project description, Readme, typos in test, text in example
1.0.7 #
- Refactor/ use destructuring of records
1.0.6 #
- Verify Github actions complete successfully when code is compiling
1.0.5 #
- Verify Github actions fail when code is not compiling
1.0.4 #
- Configure the "publish" workflow to pub.dev
1.0.3 #
- Add Github Actions
1.0.2 #
- Skip the 1.0.2 version
1.0.1 #
- Upload License.
- Update README.md
1.0.0 #
- Initial version.