d-markey/squadron_builder
Dart code generator for Squadron workers. Implement your worker service and let squadron_builder bridge the gap with Web Workers and Isolates!
This tool helps Dart developers manage complex, CPU-intensive tasks in their mobile and web applications, preventing performance bottlenecks and ensuring a smooth user experience. You define the services you want to run separately, and this builder generates the necessary code to offload them to dedicated threads (Web Workers or Isolates). It's for Dart developers building high-performance applications that need to stay responsive.
Use this if you are a Dart developer creating mobile or web applications and need to prevent your app from freezing when performing long-running or CPU-bound operations.
Not ideal if you are not a Dart developer or if your application primarily handles simple UI interactions without demanding background computations.
Stars
20
Forks
5
Language
Dart
License
MIT
Category
Last pushed
Feb 15, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/d-markey/squadron_builder"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
mmcloughlin/avo
Generate x86 Assembly with Go
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.