lamnhan066/isolate_manager
Create multiple long-lived isolates for the Functions, supports Worker on the Web (with the effective generator) and WASM compilation.
DartMIT
Issues
- 4
generate gives issue: Error: Dart library 'dart:ui' is not available on this platform.
#20 opened by ujwalbasnet1 - 1
- 1
A generator to generate the Worker `js` automatically based on the `@IsolateManagerWorker()` anotation
#12 opened by lamnhan066 - 0
- 8
Can we map model using isolate_manager ?
#16 opened by Trung15010802 - 1
- 2
Isolsate not return value.
#15 opened by Trung15010802 - 2
- 4
Can you make a example fetching api?
#9 opened by Trung15010802 - 10
Usage on the web
#8 opened by CrypticVader - 2
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Illegal argument in isolate message: object is unsendable - Library:'package:rxdart/src/subjects/publish_subject.dart' Class: PublishSubject (see restrictions listed at `SendPort.send()` documentation for more information)
#10 opened by liuchuancong - 3
[Flutter Issue] Unable receive Platform Channel calls in background isolates
#5 opened by prasant10050 - 7
数据长度比较大时,并发不执行
#7 opened by shijia2118 - 3
IsolateException
#6 opened by liweiGe - 4
Catching errors from isolate
#4 opened by xErik - 8
Because every version of flutter_test from sdk depends on stream_channel 2.1.0 and isolate_contactor >=2.0.1 depends on stream_channel ^2.1.1,
#3 opened by PrinceJack73 - 3
web message only gets send
#2 opened by abdelaziz-mahdy