highlight.dart icon indicating copy to clipboard operation
highlight.dart copied to clipboard

Background processing for Flutter

Open hacker1024 opened this issue 2 years ago • 1 comments

This PR adds a HighlightBackgroundEnvironment widget that can be added to the widget tree.

HighlightBackgroundEnvironment uses a background isolate to perform expensive text processing functionality that HighlightView can access through an InheritedWidget.

When HighlightView detects the presence of the aforementioned InheritedWidget, it will automatically use it.

hacker1024 avatar Jun 22 '22 15:06 hacker1024

This PR includes #33, as it's dependent on the architectural changes made there.

hacker1024 avatar Jun 22 '22 15:06 hacker1024