[✓] Flutter (Channel stable, 3.10.2, on macOS 13.5.1 22G90 darwin-arm64, locale en-CA)
• Flutter version 3.10.2 on channel stable at /Users/pc/fvm/versions/3.10.2
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 9cd3d0d9ff (3 months ago), 2023-05-23 20:57:28 -0700
• Engine revision 90fa3ae28f
• Dart version 3.0.2
• DevTools version 2.23.1
[✗] Android toolchain - develop for Android devices
✗ Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 14E300c
• CocoaPods version 1.12.1
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[!] Android Studio (not installed)
• Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
[✓] VS Code (version 1.81.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.70.0
[✓] Connected device (2 available)
• macOS (desktop) • macos • darwin-arm64 • macOS 13.5.1 22G90 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 116.0.5845.140
[✓] Network resources
• All expected network resources are available.
! Doctor found issues in 2 categories.
Is there an existing issue for this?
Steps to reproduce
ui.Imagein code usingUint8List,ImageDescriptor.raw, codec, etc.FragmentShaderthat accepts a uniform sampler2DsetImageSamplerExpected results
I would expect to have a choice of
FilterQualityfor the texture, but I can't find any such interface. Scaled-up texture should have a smooth, interpolated appearance.Actual results
Image is pixelated (nearest neighbor)
Code sample
Code sample
pubspec.yaml:
texture.frag:
Screenshots or Video
Screenshots / Video demonstration
Logs
Logs
Flutter Doctor output
Doctor output