Agon Noga

Results 45 comments of Agon Noga

Thank you. You've addressed all my inquiries/concerns. Will leave it to you to close this issue when it's unneeded internally anymore. Bless.

> @noga-dev : send a PR with your fix There's no simple fix. Issue is 2-fold: First is ML model requires more training. Second is instability of ITF format. The...

Windows here. When trying to store 10869 bytes the app silently crashes. ![image](https://user-images.githubusercontent.com/2067558/192103014-cdf3c6b7-f2f8-4442-9c54-1be1dd70717f.png) Specifically this is the last line of code to run before the silent crash: ```dart int isar_put_all(...

> @noga-dev do you have a sample that reproduces this error? I fail to find one on my machine :( @vothvovo

It's an issue with MLKit's model getting bad ITF results. Also present in latest. Both of these have the same issue: 1. ```https://mvnrepository.com/artifact/com.google.android.gms/play-services-mlkit-barcode-scanning``` 2. ```https://mvnrepository.com/artifact/com.google.mlkit/barcode-scanning```

I assume it's because you'll need to mutate the useState value inside a ```WidgetsBinding.instance.addPostFrameCallback((timeStamp) { });```

> This is now fixed in [🚢 0.4.2 / 2022-11-01](https://github.com/LinusU/flutter_web_auth/releases/tag/0.4.2) Hi Linus! It's good to know you're alive. With that in mind: The PR you've accepted jut now (#132) is...

> This had do be reverted since it broke Flutter v2 compatibility, it's now released as [🚢 0.5.0 / 2022-11-02](https://github.com/LinusU/flutter_web_auth/releases/tag/0.5.0) instead! Among the extras in #118 was the version constraint.

> @noga-dev, yes. I didn't realise that removing the `?` wasn't a backwards compatible change. Instead, I though that the version constraint wasn't needed, and that adding it would have...

> @zs-dima What's your use case here? Can you give some examples? I'm guessing to be able to aggregate all codegen builders in the same command via: ```flutter pub run...