Skip to content

Index List Problem #5824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
mlacunha opened this issue May 14, 2025 · 2 comments
Closed
2 tasks done

Index List Problem #5824

mlacunha opened this issue May 14, 2025 · 2 comments
Assignees

Comments

@mlacunha
Copy link

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

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.

Image

Now, when I try to pass the index to a parameter on a different page, it's requiring it to be converted to JSON

Image

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

  1. Create e Datatype list.
  2. Create a page and insert this Datatype into a listview.
  3. Add new items to datatype.
  4. Try to edit a row of the listview using the index.

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

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

@mlacunha mlacunha added the status: needs triage A potential issue that has not been confirmed as a bug. label May 14, 2025
@Alezanello Alezanello self-assigned this May 14, 2025
Copy link
Collaborator

Hello!

There is already an open ticket for this issue. To avoid duplicate reports, I’m going to link this one to the original and close it.

Please refer to the original ticket for any updates: #5813.

Thank you for your understanding!

@Alezanello Alezanello closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2025
@Alezanello Alezanello removed the status: needs triage A potential issue that has not been confirmed as a bug. label May 14, 2025
@mlacunha
Copy link
Author

mlacunha commented May 14, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants