You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chuggmuffinReturns
changed the title
Underscores allowed in Data Types but convert to camel case automatically...which then breaks custom functions.
Underscores allowed in Data Type fields but convert to camel case automatically...which then breaks custom functions.
Apr 16, 2025
Hi! I'm sorry to hear you're experiencing this issue. This error has been reported previously. It's related to the naming conventions in FlutterFlow, and you can find some dos and don'ts at the following link: https://docs.flutterflow.io/resources/style-guide/#function-naming-conventions. My recommendation is to use camelCase.
Can we access your project?
Current Behavior
https://www.tella.tv/video/camel-case-conundrum-5a6w
I tried naming a data type variable remX_body_m
However, that got converted...
remX_body_m => remXBodyM
...which is fine except that it breaks custom function code.
There area a ton of restrictions in DT and enum names already.
Why allow underscores when it ends up breaking the code?
Expected Behavior
Not allow anything that breaks code automatically
Steps to Reproduce
see vid
Reproducible from Blank
Bug Report Code (Required)
IT4Khcj1z5VNobhe0LruY8dFtCAsH0AnarsWlsFEaxA3NYCtG7l/W8/RaklWUs+0T1FYfWakgjsew83emvP9Ju5fIQeCG7Z+zod2dgvKezmXaYyYPM/oOG5/AptPGky14aWzughQVfFvdFFg31OEAvOsYArAHuPBDmwzRMi1IZCK2SrDX1iXc2URm05KZDPz
Visual documentation
https://www.tella.tv/video/camel-case-conundrum-5a6w
Environment
Additional Information
No response
The text was updated successfully, but these errors were encountered: