guanxw@samsung10022:~/linux/pixel_buffer_test/example$ ~/linux/flutter/bin/flutter doctor
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel [user-branch], 3.41.0-1.0.pre-206, on Ubuntu 20.04.5 LTS 5.15.0-139-generic, locale en_US.UTF-8)
! Flutter version 3.41.0-1.0.pre-206 on channel [user-branch] at /home/guanxw/linux/flutter
Currently on an unknown channel. Run `flutter channel` to switch to an official channel.
If that doesn't fix the issue, reinstall Flutter by following instructions at https://flutter.dev/setup.
! Warning: `flutter` on your path resolves to /home/guanxw/flutter/bin/flutter, which is not inside your current Flutter SDK checkout at /home/guanxw/linux/flutter. Consider adding /home/guanxw/linux/flutter/bin to the front of your path.
! Warning: `dart` on your path resolves to /home/guanxw/flutter/bin/dart, which is not inside your current Flutter SDK checkout at /home/guanxw/linux/flutter. Consider adding /home/guanxw/linux/flutter/bin to the front of your path.
! Upstream repository https://github.com/xiaowei-guan/flutter.git is not a standard remote.
Set environment variable "FLUTTER_GIT_URL" to https://github.com/xiaowei-guan/flutter.git to dismiss this error.
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
! Unable to access driver information using 'eglinfo'.
It is likely available from your distribution (e.g.: apt install mesa-utils)
[!] Proxy Configuration
! NO_PROXY does not contain ::1
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 3 categories.
Steps to reproduce
1.Down load pixel buffer sample code(https://github.com/xiaowei-guan/pixel_buffer_test)
2.flutter run --enable-impeller on ubuntu 20.04
Expected results
Can render a image successful by texture.
Actual results
No image to show
Code sample
Code sample
https://github.com/xiaowei-guan/pixel_buffer_test.git
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
Doctor output