Pascale Beaulac
Pascale Beaulac
Hi, ok I may be asking for a lot here. but if this is possible it will be kick ass. I get my JSon from a API service that will...
Hi, I am using Decodable and it would be great if your app could generate Decodable compatible models. https://github.com/Anviking/Decodable thanks
Hi, I am looking for the Documentation. And I do not mean the snippet of Documentation link on the main page of the Github repo page. aka: https://github.com/NordicSemiconductor/IOS-DFU-Library/blob/master/documentation.md near the...
I was looking for a chart Lib and we really liked the map, it is really useful. But this is limited to runtime chart types. I need to display power...
My project was started suing this lib, and also needs to use mcumgr_flutter. But I needed to update mcumgr_flutter and other libs because Apple as set the minimum target at...
In the function ``` func scanForDevices(name: String, args: ScanForDevicesRequest, completion: @escaping PlatformMethodCompletionHandler) { guard let central = central else { completion(.failure(PluginError.notInitialized.asFlutterError)) return } assert(!central.isScanning) scan = StreamingTask(parameters: .init(services: args.serviceUuids.map({ uuid...
This works fine under IOS7 and lower, under IOS8 the first time we push the view containing he SDSegmentControl all is ok. the next time around (Go back to previous...
I have been able to get this working on the iOS, but Android his giving me the folowing error int he console and the notification is never shown. ``` E/MethodChannel#dexterous.com/flutter/local_notifications(14959):...
### Use case It appears that the Feedback class may not have received attention for some time. Upon reviewing the documentation, I noticed that the functions for taps in the...
I was using MASS and when I tryed to get MASS.pounds.symbol it gave me a warnign that the property did not exist. I fixed it by vreating an extension, possilby...