architecture-patternsdevelopment
flutter-handling-concurrency
Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
maintainer
flutter
更新于 3/30/2026
星标
1040
分支
58
quick start
Installation and usage
Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
安装
$ install --globalskills.sh
使用
安装后,您可以通过在终端运行以下命令来使用此技能:
skills use flutter-handling-concurrency