Juan Alvarez
Juan Alvarez
I am having an issue with the WasmModule loading. I have the following in my Flutter app: ```dart final data = await rootBundle.load('assets/add.wasm'); final mod = WasmModule(data.buffer.asUint8List()); print(mod.describe()); final inst...
Is there any way we can get a Currency by using the code? ``` let c = Currency(code: "USD") ``` It would be nice construct a Currency object by the...
- canSwipe now checks to see if detectableSwipeDirections is not empty