dbus_wifi 0.0.5
dbus_wifi: ^0.0.5 copied to clipboard
A simple library to connect to Wi-Fi networks using D-Bus on Linux. This library is intended for use with the dbus package in Dart and Flutter.
0.0.5 #
- Add getSavedNetworks method to list saved Wi-Fi networks
- Add forgetNetwork method to delete saved Wi-Fi networks
- Add NetworkManager Settings interface for managing saved connections
- Enhance CLI with options to view and forget saved networks
- Update documentation with examples for the new functionality
0.0.4 #
- Add disconnect method to disconnect from Wi-Fi networks
- Add getConnectionStatus method to check current connection status
- Improve error handling in connect method
- Add ConnectionStatus enum for better status representation
- Enhance CLI with menu-driven interface and additional functionality
- Expand documentation with more examples and API details
0.0.3 #
- Update README and example
0.0.2 #
- Add ability to connect to a Wi-Fi network
- Updated the executable to connect to a Wi-Fi network
0.0.1 #
- Initial version.