number_system 0.0.6+8
number_system: ^0.0.6+8 copied to clipboard
A package to extend the functionality to convert between number systems
0.0.6+8 #
- desired digits was not working properly so I fixed it
0.0.5+7 #
- Corrected a mistake on the readme
0.0.5+6 July 28 2022 #
- Integer to binary function added
0.0.4+5 July 28 2022 #
- Binary to decimal function added
0.0.3+4 April 21 2022 #
- Removed flutter as a dependency
- Added a donate link
0.0.2+3 September 27 2021 #
- Decimal to octal functionality added
- Octal to decimal functionality added
- Tested this functionality
0.0.1+2 September 26 2021 #
- Removed the dependency on flutter so that it only requires dart
0.0.1+1 September 26 2021 #
- Hexadecimal to decimal functionality added
- Decimal to Hexadecimal functionality added
- Documentation and License added
- Ran some basic tests