Christopher Kim

Results 7 comments of Christopher Kim

> ```dart > Future fetch() async => 42; > > class Whatever extends StateNotifier { > Whatever(): super(const AsyncValue.loading()) { > _fetch(); > } > > Future _fetch() async {...

I've experienced problems with `walletconnectprovider/web-3` as well and it seems to be an issue with `vite`, here are a handful of open tickets: https://github.com/WalletConnect/walletconnect-monorepo/issues/864 and https://github.com/WalletConnect/walletconnect-monorepo/issues/341 I tried the workaround...

Is there a way to show outbound message notifications from Intercom and is it documented anywhere? If I send an outbound messages/banners/carousels etc. I will only see it if I...

> are you detecting from camera or from an image? I'm using the official `camera` plugin `^0.8.1` and the stream listener `startImageStream((CameraImage image) {})`. There is no additional set-up/config required...

I generally use `ResolutionPreset.medium`. Just as a test I tried it out on the Android Emulator for MacOS using a Pixel 3 device with `API 29` and it seems to...

Ah strange. So on the physical Android device (Samsung Galaxy S10+), `ResolutionPreset.medium` produces no results for text detection, but the other values work fine: (`low`, `high`, `veryHigh`). Default behavior for...

I decided to come back to this to try and figure out the issue and I might have stumbled upon the problem. The root of the issue is way over...