FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
101 stars 17 forks source link

Implict Animated Container doesn't animate under Blur #2923

Open Dev-Muhammad-Junaid opened 2 weeks ago

Dev-Muhammad-Junaid commented 2 weeks ago

Has your issue been reported?

Current Behavior

I am using Animated Container to animate on tap but when I wrapped it under Blur widget it doesn't animate as expected. Video Attached showing 3 duplicates, one with blur, one without blur and one without dynamic children. The one with Blur widget snaps open and doesn't animate

Expected Behavior

.

Steps to Reproduce

  1. Drop a Container
  2. Make it Implicit Container
  3. onTap Action update height
  4. It should animate but doesn't under Blur Widget.

Reproducible from Blank

Bug Report Code (Required)

IT4oj8nc25NPm8ta0LrUb8FsgSQXHER8bJ07kMpBZywgfZzzBLN/fPfQPltoUszhT39YMEyMp14fwtLlhuPpF+0FNQ2YfJxAzZFIEz3NfzqWVJeTF7qKTkElQNpVCkiw4JmrvSZNOthhdU0t1zmIJeuicz3tJLLYDXo8Sq/LZO4=

Context

.

Visual documentation

https://github.com/FlutterFlow/flutterflow-issues/assets/65047962/54573308-dde0-441a-a9b5-470cc92d0c47

Additional Info

.

Environment

- FlutterFlow version: v4.1.53+ released May 16, 2024
- Platform: Web
- Browser name and version: Chrome
- Operating system and version affected:  MACOS

General

Relative to the time the changes were made, data was lost within

When following my steps to reproduce, data loss happens

msusviela commented 1 week ago

Hi @Dev-Muhammad-Junaid, I wasn't able to reproduce this issue on a blank project. Checking you project, it occurs to me that the issue is that you're setting the value based on the index in the list. The index of the first item should be 0, and that can be causing the issue. Can you check if it works with other value?

Dev-Muhammad-Junaid commented 1 week ago

Hi @msusviela thanks for the response, Actually, this was a new project, Regarding functionality, the same is duplicated in the next row but without Blur. The index one is simply when the user clicks on a specific container only that should animate and I'm comparing the index, It working fine as the demo video showcases both containers mapped to same action.

github-actions[bot] commented 5 days ago

This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.