And the effect is:
But whenever I change type: WormType.thinUnderground to other than underground or thinUnderground it works well. So it's nothing in common with my other code, controller etc.
My Flutter doctor:
[✓] Flutter (Channel stable, 3.13.4, on macOS 14.1.1 darwin-arm64)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
[✓] Chrome - develop for the web
[✓] VS Code (version 1.84.2)
[✓] Connected device (3 available)
[✓] Network resources
It works well on android, windows desktop, but on simulator or physical iOS its fails.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
Im using following code:
And the effect is: But whenever I change type: WormType.thinUnderground to other than underground or thinUnderground it works well. So it's nothing in common with my other code, controller etc.
My Flutter doctor: [✓] Flutter (Channel stable, 3.13.4, on macOS 14.1.1 darwin-arm64) [✓] Xcode - develop for iOS and macOS (Xcode 15.0.1) [✓] Chrome - develop for the web [✓] VS Code (version 1.84.2) [✓] Connected device (3 available) [✓] Network resources
It works well on android, windows desktop, but on simulator or physical iOS its fails.