WiFiFlutter
WiFiFlutter copied to clipboard
(QUESTION) connect with prefix ssid
In another package that calls flutter wifi connect has a function called connect prefix ssid, which will connect with similar name ssid,
ex:
ssid = 'hello-world123' prefix_ssd= 'hello-'
in WiFiFlutter is there something similar?
There is no current implementation of it. Feel free to file PR if you implement it.