Flutter Concurrency

Use when dealing with asynchrony in Flutter - async/await inside a Cubit, Streams and RxDart, Isolates for heavy work, cancelling an in-flight operation, or choosing between FutureBuilder and BlocBuilder. Triggers on UI freezes, jank, race conditions, or "setState after dispose".

gabuldev Updated

File contents

gabuldev/flutter-skills/tree/main/skills/flutter-concurrency commit 82f7aa2fb2

Frequently asked questions

npx skillmds@latest add gabuldev/flutter-concurrency