Skip to content

fix - _parseJSException can return any type of exception - #193

Open
martin-mastalko-4max wants to merge 1 commit into
abner:masterfrom
martin-mastalko-4max:master
Open

fix - _parseJSException can return any type of exception#193
martin-mastalko-4max wants to merge 1 commit into
abner:masterfrom
martin-mastalko-4max:master

Conversation

@martin-mastalko-4max

Copy link
Copy Markdown

When _parseJSException returned any type other than JSError, the flutter_js package crashed. This is fixed by removing the explicit type.

GrishMahat added a commit to GrishMahat/flutter_js that referenced this pull request Aug 20, 2026
… upstream PRs 191+193

- Replace prebuilt/jitpack QuickJS 2021 engine with vendored quickjs-ng
  0.14.0 built via CMake on Android/Linux/Windows; prebuilt dylib on macOS
- Keep JSC bindings for ABI but always run QuickJsRuntime2
- Rewrite platform plugins as stubs; drop dead FlutterJs channel engine
- Apply PR abner#191: drop apply plugin kotlin-android, Java 17 + kotlin
  compilerOptions DSL, Gradle wrapper 8.14.4, Flutter >=3.24.0
- Apply PR abner#193: _parseJSException typed as final
- Untrack pubspec.lock; add personal-fork notice to README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants