Juan Alvarez

Results 6 issues of 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...

enhancement

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...

enhancement

- canSwipe now checks to see if detectableSwipeDirections is not empty