HXiaoMing

Results 11 comments of HXiaoMing

> Please double it check. For me, following configuration works fine: > > ``` > @Database(version: 1, entities: [Task]) > abstract class FlutterDatabase extends FloorDatabase { > TaskDao get taskDao;...

> Hi @HXiaoMing. Thanks for filing this issue. From the logs:你好 。感谢您提交此问题。从日志中: > > > You can fix this by either calling WidgetsFlutterBinding.ensureInitialized() before this or by passing a custom...

> Hi @HXiaoMing. Thanks for filing this issue. From the logs:你好 。感谢您提交此问题。从日志中: > > > You can fix this by either calling WidgetsFlutterBinding.ensureInitialized() before this or by passing a custom...

> i can not understand what you said, your two suggestion not work , cannot solves the issue. the BackgroundIsolateBinaryMessenger source code:Background isolates do not support setMessageHandler. ``` @override void...

> Hi @HXiaoMing. In the comment I made here [#130570 (comment)](https://github.com/flutter/flutter/issues/130570#issuecomment-1637607171), I was suggesting another way of implementing the `_handleClick()` if it suits your use case, I also tried the...

> No currently there's not a way to do it automatically, you'll have to implement it separately by yourself thanks for reply

> Why not use `HotSwap` instead of RuntimeWidget?为什么不使用 `HotSwap` RuntimeWidget呢? Thanks for your reply. Use HotSwap should place HotSwapLoader at the root of the flutter app. HotSwapLoader required a .evc...

> Have you actually tested that this causes a performance issue? I have not spent a lot of time on loading speed and size of EVC files because so far...

> The AssetBundle '__data.bundle' could not be loaded because it references scripts that are not compatible with the currently loaded ones. Rebuild the AssetBundle to fix this error. 这个问题,应该是本地脚本发生了变化导致的。和资源系统无关。 非常感谢。

> 1.4.8版本即将加入自定义的日志系统。可以关注下。 ![image](https://user-images.githubusercontent.com/22089782/225284084-77f14e60-8b67-433f-8912-765612f4b1f2.png) 这里日志能不能由外部控制,打正式包,这里的日志都没了