You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✓] Flutter (Channel stable, 3.27.0, on macOS 15.2 24C101 darwin-arm64, locale ja-JP) • Flutter version 3.27.0 on channel stable at /Users • Upstream repository https://github.com/flutter/flutter.git • Framework revision *** (2 weeks ago), 2024-12-10 14:23:39 -0800 • Engine revision *** • Dart version 3.6.0 • DevTools version 2.40.2[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users • Platform android-34, build-tools 34.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build ***) • All Android licenses accepted.[✓] Xcode - develop for iOS and macOS (Xcode 15.4) • Xcode at /Applications/Xcode_15.4.app/Contents/Developer • Build 15F31d • CocoaPods version 1.16.2[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[✓] Android Studio (version 2022.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build ***)[✓] VS Code (version 1.96.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.102.0[✓] Connected device (5 available) • SOG08 (mobile) • android-arm64 • Android 14 (API 34) • iPhone SE (mobile) • ios • iOS 18.1.1 • macOS (desktop) • macos • darwin-arm64 • macOS 15.2 darwin-arm64 • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.2 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome ***[✓] Network resources • All expected network resources are available.• No issues found!
The text was updated successfully, but these errors were encountered:
yoshimatashn
changed the title
When using the spine_flutter package with Flutter3.27.0, the image quality of spine decreases when Impeller is turned on.
When using the spine_flutter package with Flutter3.27.0, the image quality of spine decreases
Dec 25, 2024
davidetan
changed the title
When using the spine_flutter package with Flutter3.27.0, the image quality of spine decreases
[flutter] When using the spine_flutter package with Flutter3.27.0, the image quality of spine decreases
Dec 26, 2024
Apparently, Impeller still does not match rendering of Skia.
I suspect that they are handling texture filtering modes differently in Impeller. Could you please try to set Atlas.filterQuality to FilterQuality.medium or FilterQuality.high?
spine_flutter ver: 4.2.33
spine file ver: 4.2.38
Steps to reproduce
Expected results
Display spine without reducing image quality
Actual results
The image quality of the spine decreases
Code sample
AndroidManifest.xml
Info.plist
Test.dart
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: