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_interfaceto version2.0.0 - Rename
JavaScriptDarwin.getPlatformEngineInstanceIdtoJavaScriptDarwin.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
getPlatformEngineInstanceIdtoJavaScriptDarwinfor fetching the underlying engine's instance identifier - Handle
JsEvalResultto be re-thrown wrapped withJavaScriptDarwinExecutionException
1.0.0+1 #
- Update name of main package from
javascripttojavascript_flutter
1.0.0 #
- Initial release