-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Hi, recently my custom widgets have been encountering this unknown error when compiling, despite there's no issue with the code itself. Sometimes with the same code that was verified before, just changing the value of a variable can cause it to fail compiling (say, a double value from 1.0 to 2.0, which can't be the cause of the error). Below are the screenshots of the error. Please look into it again, I've seen another ticket pointing to the same issue but was closed without further investigation. Thank you.


Expected Behavior
Compiling custom widget sometimes throw unknown error despite the code itself doesn't have any problem. Similarly-structured widget were compiled successfully after several tries so it's unlikely a problem from dependency.
Steps to Reproduce
-
Compile the code for my custom widgets. There are two that I haven't been able to compile, which are MonthlyAvgPriceLine (this one has been successfully compiled before, but now throwing error after changing a value) and MonthlyRevenueLine.
-
Maybe by the time you look into this, through sheer stubborness and luck I'd have been able to compile those widgets above. If so you can try changing the value of 'double interval' in MonthlyAvgPriceLine and try compiling it, that was the trigger last time.
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4skM7l24ZOj7xd7aXybcB7/CcUQm56U+cSscpCbw4bIYj2P4lzY876PlhvTd+mS2xifGamp14DwaHMjeLhIPQqGwiYRbZdyaVQaxXwfzmtVcyTF7uoeHx8L8JMJ26+yLuRpxJ5ItZfLFYk70+APN+UQnTaNb2yNWowSq/LZO4=
Visual documentation


Environment
- FlutterFlow version:
- Platform:
- Browser name and version:
- Operating system and version affected:
Additional Information
No response