ride4sun

Results 15 issues of ride4sun

In 2.2.6 I can connect and disconnect and then reconnect. All worked as expected. On the latest version 2.3.0 if I reconnect I get a Platform exception that the device...

bug

**Describe the bug** I have two types: ``` class GenericDevice extends Equatable { final String name; final String id; GenericDevice({@required this.name, @required this.id}); @override bool get stringify => true; //...

question
waiting for response

**Describe the bug** when I discover a service of an OBDII UART BLE device I discover different services for IOS and Android. Android works just fine and I expect a...

I did see the ADD Button sometime but most of the time it just does not show up. Not clear what the logic is.

iconImageAssetPath accepts an asset path (String). It would be cool if I could use other widgets to show as well as a standard vector image. The most usable setting would...

enhancement

I would like to generate a super enum Type from a String. I would expect something like: `MyEnum enum = MyEnum.fromString(String Name);` Actually, support for the roundtrip String conversion should...

I would like to keep some of the types generated by the super enum being private and not to expose some bloc events to the outside rather keeping them private...

FabMiniMenuItem.withText has a lot of color settings which should default to theme data definitions. That would make the constructor much smaller and theming would work automatically which does not work...

If I run the example I only get data with no name info but some manufacturer data (not sure what the manufacturer data is....). How can I select the device...

I am getting this error when I run the addin on a simple model: ``` Failed: Traceback (most recent call last): File "C:/Users/ride4/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/AddIns/Dogbone\dbutils.py", line 174, in notify notify_method(args)...