flutter_node_worker 0.0.2
flutter_node_worker: ^0.0.2 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.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-dirarguments - Example project with demo UI
- API for integrating with Web Workers from Dart (
FlutterNodeWorker)
0.0.2 - 2025-07-01 #
Added #
- Added
example/project to the published package on pub.dev
Fixed #
- Fixed syntax issue in the documented CLI
initcommand example - Corrected Vite installation via
npm
Generated using Keep a Changelog.