flutter_node_worker 0.0.1
flutter_node_worker: ^0.0.1 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-dir
arguments - Example project with demo UI
- API for integrating with Web Workers from Dart (
FlutterNodeWorker
)
Generated using Keep a Changelog.