WiFiFlutter
WiFiFlutter copied to clipboard
refactor(wifi_scan): Federated plugin architecture
This pull request restructures the repository to follow the federated plugin format:
WiFiScannow is the app-facing class, and as such contains package methods signatures (canStartScan,startScanetc);- Existing code was moved in
MethodChannelWifiScanclass, which now is aWiFiScanimplementation.
This change will make it easier to add support for new platforms (e.g. Linux).