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
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
When I passes the index of a list to a screen for editing an item results in a system crash, and it no longer compiles. This occurred yesterday after your update.
Now, when I try to pass the index to a parameter on a different page, it's requiring it to be converted to JSON
I had to change the parameter type in the bottom sheet from integer to string to keep the application from crashing/stopping
Then I verified that, instead of sending the index (integer), a json with all the record information is now being sent. But without the index, I don't know what to do with this information. Here is an example:
The problem is that my project has stopped. I noticed that the other person
who has the same problem solved it somehow. But I didn't understand how and
I'm stuck in this bug.
Milton Cunha
Can we access your project?
Current Behavior
When I passes the index of a list to a screen for editing an item results in a system crash, and it no longer compiles. This occurred yesterday after your update.
Now, when I try to pass the index to a parameter on a different page, it's requiring it to be converted to JSON
I had to change the parameter type in the bottom sheet from integer to string to keep the application from crashing/stopping
Then I verified that, instead of sending the index (integer), a json with all the record information is now being sent. But without the index, I don't know what to do with this information. Here is an example:
{id: 89abcdef-1234-4789-bcde-0123456789ab, n_cadastro: 5555, cpf_cnpj: 00.000.000/0001-00, RG_IE: 43453453, nome: FAZENDA NOVA, CEP: 69000-000, endereco: ROD BR 010 KM 20, bairro: -, municipio: 0006001e-145f-0feb-000000000000, UF: PA, coordenada: LatLng(lat: 0, lng: 0), area_total: 200, id_proprietario: 01234567-9abc-4f01-b456-89abcdef0123, criado_em: 2025-05-14 08:41:00.485, atualizado_em: 2025-05-14 08:41:00.485, latitude: 0, longitude: 0, nomeMunicipio: }
The text above came in what should be an integer.
Expected Behavior
I hope the link for the item's index (integer) starts providing the actual index (integer) again, instead of the JSON for the item.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4ShfLlvI92sctb7q6JK/lVqDwRNkw8RY08ltZ6EQ8gNZ/nP4olXOnDakhuOLC0dHNfeGGgjnEJwPPemvPtLvcBAzqCb7ZqyM92ThaUWlOnRr6WC5e7P25/De5MIXKxyqWnnBMlXe9hSVYi7E66fOiQTijYJOPUOkcdM/+iE5KK2SrDX1iXc2URm05KZDPz
Visual documentation
I put it in the description
Environment
- The problem begin after the last one upgrade, yesterday (May 27,2025)
Additional Information
No response
The text was updated successfully, but these errors were encountered: