v1.1.0
tagged this
23 Mar 00:01
- Fix iOS crash (Issue #9): Remove crash-prone engine recreation with non-existent destroyContext(), simplify UI restart to use method channel communication, replace deprecated keyWindow/windows APIs with connectedScenes - Add web platform support (PR #10 by @dario-valles): page reload with browser storage clearing (localStorage, sessionStorage, cookies, IndexedDB) - Fix duplicate TerminateRestartOptions/TerminateRestart class definitions in terminate_restart_base.dart that caused compile conflicts - Migrate restartApp to platform interface pattern instead of direct MethodChannel - Fix podspec version mismatch (was 1.0.9, now synced to 1.1.0) - Update iOS minimum deployment target from 10.0 to 12.0 - Add working unit tests (previously 100% commented out) - Add gc method handler and kIsWeb guard in iOS/Dart plugins Closes #9