[network_info_plus_macos] more info#571
Conversation
|
@alexbatalov some checks failing. |
|
I think that's because CI is incorrectly configured for checking pub dependencies. It tries to run |
|
Thanks for the contribution @alexbatalov ! I have published the packages already |
Description
This PR adds missing submask, broadcast, and gateway addresses on macOS. Also fixed some indentation issues in
NetworkInfoPlusPlugin.swift(was a mixture of 2 and 4 spaces). ThegetDefaultGatewayfunction is a Swift port from C implementation found ingetgateway.cin iOS counterpart, which probably requires some attribution to original author.Related Issues
#501
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]).This will ensure a smooth and quick review process. Updating the
pubspec.yamland changelogs is not required.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?