iwad_runtime 0.1.4
iwad_runtime: ^0.1.4 copied to clipboard
A Flutter IWAD runtime for app-supplied game data with native and web backends.
0.1.4 #
- Fixed native shutdown after an in-game Exit so Flutter route disposal does not run the engine quit cleanup a second time.
- Kept the native quit signal observable until the next runtime start so controllers can leave cleanly after engine-initiated Exit.
0.1.3 #
- Corrected release notes wording to keep engine references generic.
0.1.2 #
- Fixed native runtime shutdown so a quit or dispose fully clears process-wide engine state before the next start.
- Reset mutable startup, menu, sound, WAD, and zone state across repeated native sessions.
0.1.1 #
- Improved pub.dev metadata, license detection, and public API documentation.
- Moved release and publishing instructions into
AGENTS.md.
0.1.0 #
- Initial IWAD-compatible Flutter package.
- Added FFI backend for Android, Linux, and Windows.
- Added bundled WASM backend for Flutter web.
- Added
IwadController,IwadView, desktop mouse capture, mobile touch controls, example app, and smoke tooling.