Ian Wall
Ian Wall
@RoSchmi Hi, I have the same issue using NativeEthernet on Teensy 4.1, which uses FNET underneath to resolve hostnames. In my case, the host is "api.weather.gov", which FNET fails to...
For a DNS inquiry when the submitted hostname is actually a CNAME, the DNS server should return both the CNAME record and the corresponding A record the CNAME aliases. In...
Same issue here, when using `LongPressDraggable` inside `ResponsiveScaledBox`, the `DraggableDetails.offset` returned from `onDragEnd` are not in the correct scaled coordinate system. Whilst it might not be possible to override or...
Any updates on supporting dependencies based upon flavors?
I have noticed the same thing too. I think it is down to the padding in **vertical_stack_header_dialog.dart:68** , where top is set to 65, which I think is to leave...
I struggled to get 0.2.0 working for me based on the supplied documentation, but managed to get something that worked well for my application, and I was really happy with...
Thanks! I'm in the middle of a set of changes to my app, so I'll take a look at this in a week or two and give feedback.
@jonasborggren It is/was, and the simple modification I posted there has eliminated any further reports in Crashlytics - I could never reproduce the error locally. This package appears abandoned, so...
Assuming this component is abandoned due to the general lack of updates and responses to issues, but for anyone with this issue it can be resolved by modifying styled_toast_manage.dart:73 to:...
**Update** I thought I had looked at the rive issue log, but I revisted and found a similar problem with this (partial) solution: specifying a specific ndk version helps: ```...