Skip to content

Commit

Permalink
shaders for flutter v3.29.0, disabled impeller
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Feb 14, 2025
1 parent 61de0ff commit ae9e297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,11 @@
android:name="flutterEmbedding"
android:value="2" />
<!--
Screenshot driver scenario is not supported by Impeller:
"Compressed screenshots not supported for Impeller"
Screenshot driver scenario is not supported by Impeller: "Compressed screenshots not supported for Impeller".
As of Flutter v3.29.0, switching pages with alpha transition yields artifacts when Impeller is enabled.
-->
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="true" />
android:value="false" />
</application>
</manifest>
2 changes: 1 addition & 1 deletion shaders.sksl.json

Large diffs are not rendered by default.

0 comments on commit ae9e297

Please sign in to comment.