Mikołaj Kojdecki
Mikołaj Kojdecki
Might be wise to compare with competition for the titile: https://pub.dev/packages/flutter_reactive_ble https://pub.dev/packages/flutter_blue
Tests that make sense: - FlutterBle mixins (tests of bridge to native with mocking Method/Event channels) - Tests for json parsing (`fromJson()` constructors of public classes: Peripheral, Service, Characteristic, Descriptor...
Each time BleManager is created the `createClient()` function is called, which creates a new instance of the MBA/native clients for interacting with OS BT stack. This method does not check...
Resolves #65 Resolves #66 Resolves #67
SimulatedAdapter methods: - startScan() - stopScan()
Point of reference: Android implementation of BlemulatorModule
Points of reference: Android implementation of PlatformToJsBridge and JsCallHandler