FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
115 stars 19 forks source link

Progress bar crashes on Android version #3823

Open ricardocgs opened 4 days ago

ricardocgs commented 4 days ago

Can we access your project?

Current Behavior

I have a progress bar in my project and it works weel on all tests and in the web published version, but it crashes on android version. Screenshot_3

Expected Behavior

It should work the same way in both versions WhatsApp Image 2024-09-13 at 17 16 00

Steps to Reproduce

1-Go to petstars.app (the web version of the app) 2-Create an account in my app 3-Login 4-Go to perfil_conquistas page (clicking in the very right button in the navbar) Take a look in the page and see the proper work 5-Go to google Play Store and search for the app com.bestbots.petstars (the draft version of the app) 6-go to perfil_conquistas page Take a look and see it crashing

Reproducible from Blank

Bug Report Code (Required)

ITFTiPHq2491xLRF+KnxYcFarygUCUMaXJ03lNUaaxQafJTdB4YMaczsXExVZOLjT3NXKEWJpGME06nVkYSeCew4ZE2sGapN+KVqdA3MIDq/aovRC7q0Y2smHeFVGkfC0LW03SRCD/tqL10j3U+uFvCsSnLrNOb6Zwh9f6PHaOI=

Visual documentation

image

Environment

FlutterFlow v4.1.89+ released September 10, 2024
Flutter version is 3.22.2- FlutterFlow version: 
- Platform: windows, Android
- Browser name and version: Chrome
- Operating system and version affected: Android

Additional Information

No response

ricardocgs commented 4 days ago

As an adittional information, I checked all compontents of the page and problem is in the progress bar, when I use dinamic value for the progress. When I leave it fixed (in the 0.5) it does NOT crash. The problem is with the dinamic determination of the progress bar, but only on the android version, in the web version is works nicely.

paulperez-dev commented 2 days ago

Hi @ricardocgs,

I’m sorry to hear you’re facing this issue. Could you please run your app in debug mode and share the logs with us? The exception details will help us pinpoint the problem more effectively.

Thank you for your help!

ricardocgs commented 1 day ago

The debug mode doesnt show any errors, only on the smartphone it crashs. You have to run on android to see the issue