ip_to_int 1.0.2
ip_to_int: ^1.0.2 copied to clipboard
This package can be used to convert IP address to integer and revert it !
CHANGELOG #
1.0.2 List of int '!' #
- Now we can transform string ip address as list of int
1.0.1 Markdown label #
- Switch from travis-ci to github actions
1.0.0 Ready to deliver '!' #
- All pipelines green
- Coverage reached 100%
- Add example
- Add code documentation
0.0.4 Analysis #
- Code clean of toInt
0.0.3 Documentation #
- Edit pubspec to be compliant with <pub.dev>
0.0.2 toIp #
- Implement toIp method to convert integer to string IP address
- Unit tests of toIp
0.0.1 toInt #
- Implement toInt method to convert integer to string IP address
- Unit tests of toInt