number_system 0.0.3+4
number_system: ^0.0.3+4 copied to clipboard
A package to extend the functionality to convert between number systems
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