Skip to content

Commit

Permalink
Fix: lottie animation gives errors when Impeller is used
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Oct 19, 2024
1 parent 203f65b commit 9d240bd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<!-- The lottie animation in IntroductionAnimationWrapper has issues when run using the Impeller rendering engine -->
<key>FLTEnableImpeller</key>
<false/>
</dict>
</plist>

0 comments on commit 9d240bd

Please sign in to comment.