Dilshan
Dilshan
Performing hot restart... Syncing files to device AOSP on IA Emulator... Restarted application in 2,610ms. E/flutter (27247): [ERROR:flutter/shell/common/shell.cc(199)] Dart Error: Unhandled exception: E/flutter (27247): Looking up a deactivated widget's ancestor...
This error comes when we use the animations we created. but these animations work fine in the timeline. how to fix this issue? Performing hot restart... Syncing files to device...
- [ ] Included a Preview link and screenshot showing after and before the changes. - [ ] Included a description of the change below. - [ ] Squashed the...
### Description I'm using X-axis categories as a list of dates like this. `const categories = ["2024-07-28", "2024-07-29", "2024-07-30", "2024-07-31"];` also parallelly, use an array of data lists for data...