David Weng

Results 14 issues of David Weng

With Wireshark, I capture a websoket packet with the below code var device = Cap.findDevice('192.168.1.161'); var filter = 'tcp and dst port 54592'; Now I have hex stream of a...

change static Widget buildFromMap(Map map, BuildContext buildContext, ClickListener listener) { to static Widget buildFromMap(dynamic map, BuildContext buildContext, ClickListener listener) { if(map is String) return Text(map); if((map==null) || !map.containsKey('type')) return null;...

Good job. When I use it, I fell the below features are necessary. 1, A way to add custom parsers. I use listener to do it. 2, A way to...

Good job. If I want to enhance the parsers, how do I add my parse into the parser list?

I can get uri from getUriLinksStream, but if the app launchs directly, the call doesn't return

Reload first page, set pageIndex to 0

When share to facebook, all fields are blank, Any idea?

I tried deploy the eShop on both local kubernetes and AKS, I found most show 0 available. Not sure if that matters. On AKS, I got 404 when access the...

When I use docker compose up, I can connect service like web status with localhost:5107. But when I start it in Visual Studio 2022. I cannot connect to any although...

I cannot locate the widget Title?