WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

refactor(wifi_scan): Federated plugin architecture

Open Alystrasz opened this issue 1 year ago • 0 comments

This pull request restructures the repository to follow the federated plugin format:

  • WiFiScan now is the app-facing class, and as such contains package methods signatures (canStartScan, startScan etc);
  • Existing code was moved in MethodChannelWifiScan class, which now is a WiFiScan implementation.

This change will make it easier to add support for new platforms (e.g. Linux).

Alystrasz avatar Feb 27 '24 18:02 Alystrasz