wake_on_lan 3.1.1
wake_on_lan: ^3.1.1 copied to clipboard
Send wake on LAN magic packets to devices on your local network.
3.1.1 #
- chore: update publishing workflow
3.1.0 #
- feat: Support custom delimiters for MAC addresses
- feat: Support instantiating a WakeOnLAN instance by strings using the
fromStringfactory - chore: updated metadata
3.0.0 #
- BREAKING: refactor: remove factory
IPv4Address.from(...), now instantiated with justIPv4Address(...) - BREAKING: refactor: remove factory
MACAddress.from(...), now instantiated with justMACAddress(...) - BREAKING: refactor: remove factory
WakeOnLAN.from(...), now instantiated with justWakeOnLAN(...) - chore: updated documentation
2.0.3 #
- chore: updated dependencies
2.0.2 #
- chore: updated metadata
2.0.1 #
- fix: IPv4 address getter is no longer a nullable type
2.0.0 #
- feat: support null-safety/NNBD
1.1.2 #
- chore: updated dependencies
1.1.1 #
- refactor: improve code documentation
1.1.0 #
- BREAKING: refactor:
magicPacketgetter is now a function,magicPacket() - tests: added test cases achieving 100% coverage
1.0.2 #
- fix: allow passing a null string to IPv4 and MAC validators
- tests: added tests
1.0.1 #
- chore: added example
- refactor: improve health analysis
1.0.0 #
- initial release