Mikołaj Kojdecki

Results 39 issues of 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

Flutter Favorite: base metric

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...

Flutter Favorite: expanded metric

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...

bug
enhancement
question
pending

Resolves #65 Resolves #66 Resolves #67

SimulatedAdapter methods: - startScan() - stopScan()

help wanted

Point of reference: Android implementation of BlemulatorModule

help wanted

Points of reference: Android implementation of PlatformToJsBridge and JsCallHandler

help wanted

SimulatedAdapter method: connectToDevice()

help wanted