javascript_darwin 2.0.0
javascript_darwin: ^2.0.0 copied to clipboard
An iOS & MacOS implementation of the javascript_flutter plugin
2.0.0 #
- Update dependency of
javascript_platform_interface
to version2.0.0
- Rename
JavaScriptDarwin.getPlatformEngineInstanceId
toJavaScriptDarwin.getPlatformEnvironmentInstanceId
- Fix crash when timer ticks for setTimeout support in javascript_darwin of an instance that has been disposed
1.0.1 #
- Fix state issues with sendChannel when using multiple js runtimes at the same moment
- Fix registry of channels for multiple js runtimes
- Add
getPlatformEngineInstanceId
toJavaScriptDarwin
for fetching the underlying engine's instance identifier - Handle
JsEvalResult
to be re-thrown wrapped withJavaScriptDarwinExecutionException
1.0.0+1 #
- Update name of main package from
javascript
tojavascript_flutter
1.0.0 #
- Initial release