FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
130 stars 26 forks source link

Supabase new update with streaming, eq and gte errors in list views #4893

Open jakals37 opened 2 days ago

jakals37 commented 2 days ago

Can we access your project?

Current Behavior

When sending app to app store and upload on web, i get the following errors. All is related to equal and greater than equal in listviews with the supabase update:

Target dart2js failed: ProcessException: Process exited abnormally with exit code 1: lib/a_tab_bars/events/events_widget.dart:212:50: Error: The method 'gte' isn't defined for the class 'SupabaseStreamBuilder'.

Expected Behavior

For the apps to publish.

Steps to Reproduce

  1. Current project with supabase.
  2. Publish to app store

Reproducible from Blank

Bug Report Code (Required)

IT4wi8mAvI9IsbRJ+KqJccAxnjwWGDt+U7g7lNVDbCs8GqLuPe0UWMzBUBFUOem7dAlieFn9hnEX/MnIi9jXCPAEJTObQNl9zJZUazqXfF6gV7a2O4S3b0dSFplTIEis4bW7rhIlXctYSHw76meuHvO9SXbAO5jtIlU7POa4XdeK2SrDX1iXc2URm05KZDPz

Visual documentation

image image

Environment

- FlutterFlow version: FlutterFlow v5.0.11+ released November 13, 2024 Flutter version is 3.24.2
- Platform: Windows
- Browser name and version:ndows N/A
- Operating system and version affected: Windows 10

Additional Information

No response

jakals37 commented 2 days ago

It looks like its an issue when there are more than one equal statements in the code. 2nd one gives and error

Alezanello commented 1 day ago

Hello!

Thank you for bringing this to our attention. I can confirm this issue and will escalate it to the engineering team as a high priority for a fix.

SlvrB commented 1 day ago

I have a same issue

darG09 commented 1 day ago

Same here, can't finish my project because of this bug.