Deven Joshi

Results 93 comments of Deven Joshi

Hi @hiusanmaz, This a peculiar bug, I'll test it out and push a fix in a couple of days. Thanks for reporting this.

Hi @hiusanmaz, I'm unable to recreate your bug (assuming your bug is the board resetting after you change the board arrows). Here's a video and code snippet which work for...

Hey @hiusanmaz, This doesn't really give me any idea of what's going wrong since the example I provided works fine for me even if I use the onMove callback instead...

Hi @hiusanmaz, Thanks so much for the PR. I have some changes of my own in the works (not the same) so I'll review the full PR this weekend and...

Hi @NiyazFazlyev, We are working on a new version at the moment which includes a `MessageInputController` which allows you to manually modify many aspects of the state of the `MessageInput`...

Hi @Fethi1, we're focusing on saving programs for now and then launching v1, after that's done, yes, we need to look at a better way to add properties than a...

Hi @gedw99! Apologies for the late response. For now, we're focusing on making UI, adding widgets and saving programs. After launching on web as well, we're going to try and...

I think a flutter clean and/or an upgrade would do the trick. Don't see any code that would affect the NDK in this project.

The package uses sensors_plus underneath, so while I need to do a bit more research, the first place I would start looking is their test folder: https://github.com/fluttercommunity/plus_plugins/blob/main/packages/sensors_plus/sensors_plus/test/sensors_test.dart Currently pushing a...

Hey @jibraniqbal666. I will look into creating background services but it is generally better to have them on the app side. Nevertheless, I will try a few examples and add...