Can we access your project?
Current Behavior
I have a data Type in a FF library ... i can reference the datatype when creating variables / objects in the main project. However when trying update /read / create form the created variable (main project) the object remains null. It is also null in the when debugging. It is also labeled as an Integer in the debug panqel.
Expected Behavior
It should not be null
I should be able to update and read the created variable of DataType (lib Dependency)
Steps to Reproduce
1- use a FF library with Custom datatype (A)
2-in main project create a variable (aMain) of datatype (A)
3- try assigning a value to that created variable (aMain) <--- this will result in the bug where the dataType is null.
Reproducible from Blank
Bug Report Code (Required)
IT4WhcmA8YtNodhE1rr+KMFvgj85Jkwka4IRl8NxTQgbIrGsP6YPXPykP1doTcOiTFZYMFv8hTod/trXvvPuGuQHAzeaQaJdz6VQbBfyQnmlbpShOqioQUR8EcZmJEuV54mv2h1CB/tfWl0t6l77GN/LTnHXK4DROUYeDeWZMrjPjmi8Ahm6Xn0Jg1ZSfCvr
Visual documentation
it also apparently appears as an integer in the debug panel.
Environment
- FlutterFlow version: current
- Platform: Web
- Browser name and version: Version 151.0.7922.175 (Official Build) (64-bit)
- Operating system and version affected: Windows 11
Additional Information
I'm currently working on a Business Profile Edit Page for my clients and admins to edit Firebase documents . -- on this page I'm creating a temporary holder to store client changes before uploading to Firebase.
Can we access your project?
Current Behavior
I have a data Type in a FF library ... i can reference the datatype when creating variables / objects in the main project. However when trying update /read / create form the created variable (main project) the object remains null. It is also null in the when debugging. It is also labeled as an Integer in the debug panqel.
Expected Behavior
It should not be null
I should be able to update and read the created variable of DataType (lib Dependency)
Steps to Reproduce
1- use a FF library with Custom datatype (A)
2-in main project create a variable (aMain) of datatype (A)
3- try assigning a value to that created variable (aMain) <--- this will result in the bug where the dataType is null.
Reproducible from Blank
Bug Report Code (Required)
IT4WhcmA8YtNodhE1rr+KMFvgj85Jkwka4IRl8NxTQgbIrGsP6YPXPykP1doTcOiTFZYMFv8hTod/trXvvPuGuQHAzeaQaJdz6VQbBfyQnmlbpShOqioQUR8EcZmJEuV54mv2h1CB/tfWl0t6l77GN/LTnHXK4DROUYeDeWZMrjPjmi8Ahm6Xn0Jg1ZSfCvr
Visual documentation
it also apparently appears as an integer in the debug panel.
Environment
Additional Information
I'm currently working on a Business Profile Edit Page for my clients and admins to edit Firebase documents . -- on this page I'm creating a temporary holder to store client changes before uploading to Firebase.