toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 29 packages
Sort by PUB-AZS
Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with `Isolate` complexity.
A fast and reliable Dart library for finding available network ports. Supports parallel port checking, preferred ports selection, custom hostnames and detailed port availability verification.#network#port#socket#utility
Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates
A DEPRECATED asset build system for Dart. Given a set of input files and a set of transformations (think compilers, preprocessors and the like), will automatically apply the appropriate transforms and generate output files. When inputs are modified, automatically runs the transforms that are affected. Runs transforms asynchronously and in parallel when possible to maximize responsiveness.
flutter lib for parallel http req
A flutter package that works for native/web, and allows the creation of workers that offload work into a potentially parallel space
Bootstrapper is a package to initialize multiple config in parallel by grouping them.
A simple and unified API for parallel processing using Isolates and Streams in Dart, supporting both native and web platforms.
A simple and lightweight key-value store that saves data as JSON files. Supports fast and ordered file I/O using Isolate-based parallel processing.
Execute multiple async functions in parallel with a pooling mechanism