Open thomasllds opened 5 months ago
@frankjoshua Hello, I see that you are active on the project and I wanted to know if you had the same problem in production? thanks
@frankjoshua Hello, I see that you are active on the project and I wanted to know if you had the same problem in production? thanks
Sorry, no. My project is in alpha and I am not minifying my code. I assume you would need to exclude the StackItem classes from being obfuscated in what ever system you are using for minification.
Version
stack_board: ^0.2.4
Platforms
Web
Device Model
chrome and others
flutter info
How to reproduce?
Bug Title: Issue with Save and Load Functionality via JSON After Compilation
Description: When exporting child elements of the stackboard as JSON, class names are correctly serialized in a local debug environment, allowing proper deserialization and display of elements. However, once the application is compiled, class names are no longer present in the JSON file, preventing correct deserialization and display of elements.
Expected Behavior: Child elements of the stackboard should be correctly serialized with class names in the JSON file, regardless of whether the application is in debug mode or compiled. This ensures proper deserialization and display of elements.
impacted class
Current Behavior:
Steps to Reproduce:
Screenshots:
FROM LOCAL DEBUG
From Compiled served with http server
Thank you for your assistance in resolving this issue.
This issue is preventing me from exporting my project to a production environment from FlutterFlow. I have tried to fix the problem, but I can't manage to do it.
Logs
No response
Example code (optional)
No response
Contact
thomas.lelandais4@gmail.com