rockingdice

Results 70 comments of rockingdice

@lmachens as far as I know, the neox engine always does python opcode mapping for security reasons. So it's not regular pyc file to deal with. BTW I'm surprised someone...

> I found my way to solve the issue by using the factoryBuilder to redefine the whole Flutter widget return from the HTML table. You can override the widgets returned...

What if I want to check a function variable is not null, then call it? Normally I would write: ``` if (foo.bar != null) { foo.bar(); } ``` But I...

@wubaibin 截止到今天为止,明确的答案,不行。中国用户基本就是被抛弃的状态,我已经准备放弃shorebird了。

> 中国无法登录问题只需clash打开vpn,终端输入export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890就行了 你应该去通知每一个用户,而不是对开发者说使用vpn。这不解决任何问题。

> > [@wubaibin](https://github.com/wubaibin) 截止到今天为止,明确的答案,不行。中国用户基本就是被抛弃的状态,我已经准备放弃shorebird了。 > > 请问你后面采取的是什么方案进行热更新的 这个项目就暂时不用热更新了,后面我准备继续支持开源的dart解释器: https://github.com/lancexin/micro_dart

> [@rockingdice](https://github.com/rockingdice) 我感觉[flutter_eval](https://github.com/ethanblake4/flutter_eval)这个项目也很好,缺点就是需要大量桥接组件和方法 这个无论哪种方法应该都逃不掉.