flutter_widget_from_html
flutter_widget_from_html copied to clipboard
Improve async build with Dart 2.15 isolate group
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.