A Flutter Federated Plugin created by SpinDance that wraps the Espressif Android and iOS Wi-Fi provisioning libraries.
IMPORTANT! This plugin only supports Espressif BLE devices running Protocomm Security 1.
To be clear, this plugin does not currently support:
- Espressif Protocomm Security 0 devices
- Espressif Protocomm Security 2 devices
- Espressif SoftAP devices
- This codebase uses a 120 character line length.
dart format
andflutter analyze
can be run via the scriptformat-and-analyze.sh
.- All Dart unit tests can be run from VS Code.
- Dart unit tests for each package can be run from the command line by changing into the package's directory and running
flutter test
.