All notable changes to this project will be documented in this file.
- Flutter SDK version.
- Dependencies versions.
- Added
timeoutDurationparameter to thecomputemethod inFlutterNodeWorkerAPI - Added support for older Dart SDK versions
- Added code documentation for public classes and methods
- Added logging with the
talkerpackage
- Migrated from
dart:jstodart:js_interopfor better compatibility and future-proofing; The package now fully supports WASM (WebAssembly) compilation for Flutter Web.
- Added
example/project to the published package on pub.dev
- Fixed syntax issue in the documented CLI
initcommand example - Corrected Vite installation via
npm
- 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)
Generated using Keep a Changelog.