Alfred

Results 29 comments of Alfred

I have the same problem socket.io-client-dart version is 1.0.2 I have tried polling and websocket but still not work Can the socket.io-client-dart run on the flutter web? Have you solved...

I have solved. It's CORS.

Hello. Can you tell me what's different of [flutter-elinux](https://github.com/sony/flutter-elinux) and [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux) ? I'm confuse about this.

Here is my compile command. `~/flutter-elinux$ bin/flutter-elinux build elinux --target-backend-type=eglstsroot=/media/alfred/nfs/ --target-arch=arm64 --target-compiler-triple=aarch64-linux-gnu` `/media/alfred/nfs/ ` is the `/` of jetson nano At last, it shows that `Downloading elinux-x64-release tools... ⣻Downloading elinux-x64-release...

> > I see the jetson sample #define DRM_DEVICE_NAME "drm-nvdc" > > I don't think so as "/dev/dri/card0" is common, but I don't remember it. Maybe you use jetpack 4.3....

@HidenoriMatsubayashi I see your video of youtube. I see your demo is nano. Can you tell me which jetpack you used?

@HidenoriMatsubayashi I have a test on jetson nano jp4.3. But I can't find the `/dev/dri/card0` too. How can you do it on jetson nano?

我也想知道,求科普

> It looks to me that you keep appending text. This will keep allocating more texture memory. Having the window hidden should not change that - are you sure it...

I have `FLUTTER_LOG_LEVELS=TRACE `. But it just print `Failed to create view controller`. or where is the log? ``` [root@RK356X:~/bundle]# FLUTTER_LOG_LEVELS=TRACE FLUTTER_DRM_DEVICE="/dev/dri/ca rd1" /root/bundle/elinux --bundle=/root/bundle Failed to create view controller....