Adam Koch

Results 29 comments of Adam Koch

@knopp can this be merged? flutter_reorderable_list is now breaking with Flutter stable (2.8) as per #44

Was this fixed/closed? Or maybe there was a regression? I just switched over to just_audio after upgrading to flutter 2.0 and I am seeing the same crash. I am using...

Thanks for the fast response. I found the issue actually, I converted over from the [assets_audio_player](https://pub.dev/packages/assets_audio_player) package and was using this to dispose of the player, which I kept when...

Makes sense, yes I didn't `await` the `stop()`. All is working for me now so you can close this issue. Although yes, ideally you would guard against things so this...

I am also seeing similar error in a production Flutter app that uses the [`video_player`](https://pub.dev/packages/video_player) package (the `chewie` flutter package uses `video_player` as well). I see a number of crashes...

> Feel free to clone the repo and submit a PR. I don't have any zigbee infrastructure/devices. @firstof9 Would asking the community to donate $$ to get you a zigbee...

Amazing, thanks @firstof9 🙇 I am yet to add my zigbee lock to HA but am planning to do it soon and will give the alpha a go then.

This is what I'm using right now, although I haven't been able to get the end-to-end flow working so I'm not sure if its working correctly: ``` Uint8List imageToByteListFloat(img.Image image)...

Yeh I don't think the root cause is fixed yet so it won't work. It looks like @azihsoyn is working on it though (thank you!).

@gildaswise can you paste your code? Or maybe to stackoverflow and link here? I'm no Dart expert so maybe best to ask the experts. One thing though, is if you...