js_interop_utils 1.0.4
js_interop_utils: ^1.0.4 copied to clipboard
A Dart library for seamless interaction with JavaScript using `dart:js_interop`, supporting deep transformations of objects, maps, and arrays.
1.0.4 #
- Improve
isJSAny
andisJSObject
.
1.0.3 #
- New
StringExtension
:- Added
toDartFix
.
- Added
1.0.2 #
-
JSObjectUtil
: fixjsKeys
mapping name. -
ObjectExtension
: addedasJSAny
.
1.0.1 #
-
Added extension
Object.isJSAny
andObject.objectDartify()
; -
CI: test with
dart2js
anddart2wasm
(on Chrome).
1.0.0 #
- Initial version.