flutter_localstorage icon indicating copy to clipboard operation
flutter_localstorage copied to clipboard

Add Wasm support

Open h1376h opened this issue 6 months ago • 1 comments

Since dart:html is not supported when compiling to Wasm, the correct alternative now is to use dart.library.js_interop to differentiate between native and web

h1376h avatar Aug 10 '24 13:08 h1376h