flutter_widget_from_html icon indicating copy to clipboard operation
flutter_widget_from_html copied to clipboard

Improve async build with Dart 2.15 isolate group

Open daohoangson opened this issue 4 years ago • 0 comments

Use case

Dart 2.15 introduces isolate group which improve isolate performance and allow returning object in constant time.

Proposal

Only html parsing is being executed via Flutter's compute() at the moment. Would be better if builder.build() runs in the other isolate too.

daohoangson avatar Dec 13 '21 02:12 daohoangson