Maksim Lin

Results 174 comments of Maksim Lin
trafficstars

@richardjharris the error doesn't stop it working on Linux, in fact its working **very** well for me at the moment in an application that uses MIDI heavily including send/receiving large...

@richardjharris I just tried the example app too. Yes you will get that error immediately and if you running using debug in VSCode or AndroidStudio with breakpoints "Uncaught Exceptions" you...

@Noir- I think suggesting moving to completely new API because of not being able to initially modify 1 function call to work is a bit extreme. Just saying "the program...

@Noir- I know this was a while ago, but I recently ran into a similar issue with sending large sysex messages using this plugin, though on Linux not on MacOS....

Just an update on this, I'm using a variation on [the work around from this comment](https://github.com/dart-lang/sdk/issues/33248#issuecomment-914223643) successfully with a flutter web app at the moment. My "variation" is that I've...

Sorry forgot to include a link to my [current workaround code](https://github.com/maks/e2_edit/blob/main/web/js/midi.js) in [the Flutter app project ](https://github.com/maks/e2_edit/blob/main/lib/web_midi.dart) I'm using it in at the moment.

@mortenboye actually it turns out I can just do all this in a separate repo since you've already created the structure for federated plugins when you did the Linux platform...

Oh sorry @mortenboye I completely missed that! Yes, I'll switch over and make a PR to your existing repo.

One thing I should also add is I'm depending on the very new js_binding package, it then depends on the latest version of package:js which means this only works on...

@pbissonho which package are you waiting on for a null safe version? Having a look at koin_devtools pubspec it looks like all the dependencies now have null-safe versions published?