Kevin Zhang

Results 43 comments of Kevin Zhang

same thing here, seems google MLKit can't recogonize the raised card number well, for the plain card number, it works well. any solution?

我这边试下来的结果是,点击clear icon清除无效,然后鼠标点击input框之后清除,等5-10秒不会清除。

feat: add a handler for color picker kit to make it more like magnifier, which will make it more accurate to picker a color.

@smileShirely feel free to review pr, thanks!

Hi @peter100u, I made a flutter platform wired style recently, hope it help! It's the Flutter implementation of [wired-elements](https://github.com/rough-stuff/wired-elements). It's base on the library of [flutter_rough](https://github.com/sergiandreplace/flutter_rough). [flutter wired elements](https://github.com/KevinZhang19870314/wired_elements)

keybase是啥?discord不蛮好的么。。。 使用get_cli可能会方便一些,自己创建模板也没问题,个人习惯而已。

`Get.put()` 和`Get.find()`的确可以用来做很多事情,比如上面所说的全局cache,他放在了一个`Map`结构来存储,但是如果被滥用了的话,内存很逐渐变大且无法释放。 `Get.put() & Get.find()`一般可以正常的put/get Controller,因为Controller有lifecycle可以随着页面的销毁而释放,也可以自行释放。如果是作为`put/get`全局services使用,建议结合GetRoute的`Bindings`来使用,这样Get会自动为你管理内存。当然少量使用是没有问题,我这里说的是best practice。

Hi, @sergiandreplace, flutter_rough is an awesome library, which is very friendly for hand-drawn widgets, so i am use it as dependency for my project [wired_elements](https://github.com/KevinZhang19870314/wired_elements). But its not null safety,...

It maybe more convenient if add this feature `get_bloc` (it seems flutter_bloc, so I am just call it get_bloc) into GetX, but in my opinion this may bring in some...

> @KevinZhang19870314 yes the module should be tree-shakeable. More info about it here: https://bundlephobia.com/package/three-globe Okay, so it means three-globe bundler size is normal and also has been tree shaked? If...