testing library
In-memory fake backend for testing apps that use bluetooth_le without real
hardware.
final fake = FakeBleCentralPlatform();
final ble = BleCentral(platform: fake);
Classes
- FakeBleCentralPlatform
- A scriptable, in-memory BleCentralPlatform for tests.
- FakeGattConnection
- A controllable GattConnection for tests.