Nick Fisher
Nick Fisher
Yes but your IsolateMsg just contains a string, and since you can send plain strings via SendPort between FlutterIsolates without a problem, I'm assuming the actual class you want to...
It's because the current implementation of `FlutterIsolate.spawn` spawns an isolate that does not share the same code as the main Flutter isolate (basically using spawnUri under the hood). On the...
+1 for a conda package. Currently, using espeak-ng via a conda Python environment (e.g the phonemizer package) will cause issues if your distribution espeak-ng package wasn't compiled against the same...
@flutter-painter I have already implemented this, was planning to open source it eventually but haven't got it around to it just yet. Send me an e-mail if you'd like.
Hi @D-Idan @flutter-painter @eschmidbauer @BrutalCoding - sorry I've been really busy with other projects so haven't responded. I've basically just flicked the switch to make this repository public: https://github.com/nmfisher/flutter_sherpa_onnx This...
I think this might be more relevant to my repository. Sent from my iPhoneOn 27 Feb 2024, at 9:21 AM, Fangjun Kuang ***@***.***> wrote: Hi, Could dart ongoing support for...
@Web3Kev I'm working on the package at the moment to make it slightly more beginner friendly. Check back in a week or two to see if it's a bit easier...
Off the top of my head, isn't it possible to send closures via SendPort?
OK, I understand the issue more clearly now: objects/closures/SendPorts/etc can only be sent between isolates sharing the same code/process (e.g. Isolate.spawn). The isolates spawned by flutter_isolate do not share the...
Some possibly related info: https://github.com/flutter/flutter/issues/94995 https://docs.google.com/document/d/1Z7Qrb08dOnfB8IxPgsyujVn4MsDcYPUUku9CeF70_S0/edit