Simon Choi

Results 192 comments of Simon Choi

There is currently no actively developed encryption library for Dart / Flutter and tink support would be amazing. Please don't create an implementation that relies on FFI since it will...

@lrhn yes, sorry! Should I close here and reopen or can you move the issue?

I think AES support directly from the dart team would be great. Pointycastle is discontinued and a trustworthy encryption package is important.

@iapicca No, Isar will use the Rust engine for mobile and desktop targets and a custom typescript db engine for web. The reason is that WASM has no access to...

@iapicca Unfortunately I don't think that would solve the performance problems. There are some outstanding [WASM proposals](https://github.com/WebAssembly/proposals) that will significantly improve the situation but they will need years until all...

Wow looks really cool! Thank you! I don't know when I will have time to actually implement `flutterx` but at least we have a logo now :+1:

@mreichelt Thanks for the detailed proposal. Is it only me or is this a bug in Dart? In my opinion Dart should be able to infer the types correctly without...

~It is not possible to create an extension named `equals` because every object already has a method with that name.~ There already exists the [`.contentEquals()`](https://pub.dev/documentation/dartx/latest/dartx/IterableX/contentEquals.html) extension for iterables (and lists).

> You probably mean == operator Yes, my bad. Is the `contentEquals()` method not suggested for auto-completion if you type "equals"?