flutter_node_worker 0.0.4
flutter_node_worker: ^0.0.4 copied to clipboard
A package for using Web Workers written in Node.js with Dart in Flutter web.
Changelog #
All notable changes to this project will be documented in this file.
0.0.3 - 2025-07-12 #
Added #
- Added
timeoutDuration
parameter to thecompute
method inFlutterNodeWorker
API - Added support for older Dart SDK versions
- Added code documentation for public classes and methods
- Added logging with the
talker
package
Changed #
- Migrated from
dart:js
todart:js_interop
for better compatibility and future-proofing; The package now fully supports WASM (WebAssembly) compilation for Flutter Web.
0.0.2 - 2025-07-01 #
0.0.1 – Initial release #
Added #
- CLI commands:
init
,add
,build
,install
,uninstall
- Template generation for Web Workers with Vite configuration
- Makefile and Bash wrapper (
fnw
) for easier CLI usage - Support for
--dir
,--name
, and--out-dir
arguments - Example project with demo UI
- API for integrating with Web Workers from Dart (
FlutterNodeWorker
)
Generated using Keep a Changelog.