HXiaoMing

Results 8 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...