FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
124 stars 23 forks source link

FlutterFlow Side Dependency Error #4446

Open samuellangarica opened 5 days ago

samuellangarica commented 5 days ago

Can we access your project?

Current Behavior

When running our app, I get the following error related to dependencies that are managed by FlutterFlow. I already have Flutter 3.24.3 properly installed

Resolving dependencies... Note: vm_service is pinned to version 14.2.5 by flutter_test from the flutter SDK. See https://dart.dev/go/sdk-version-pinning for details.

Because every version of flutter_test from sdk depends on vm_service 14.2.5 and every version of flutterflow_debug_panel from git depends on vm_service 14.2.1, flutter_test from sdk is incompatible with flutterflow_debug_panel from git. So, because tec018_tansa depends on both flutterflow_debug_panel from git and flutter_test from sdk, version solving failed.

Expected Behavior

I expect our app to run without any error unrelated to our development

Steps to Reproduce

Get Devices Select Chrome Test

Reproducible from Blank

Bug Report Code (Required)

IT40lefq2ItOpbxF7aXUccBvoGA5KUAlRpEVjsFBaCgofePtOol3evWlSBJpXseoYFFMfUSmmn4GwNLzuOLxKPBfGzibRog4zLhQcT3zcGGua5OBOrjtQkBQQMFMC0iu0abUiCZDLfppSUYE1E62IN+WcHfaQ6btImdISq/LZO4=

Visual documentation

Screenshot 2024-10-22 at 4 23 44 p m

Environment

- FlutterFlow version: v5.0.8
- Platform: Web
- Browser name and version: Google Chrome 130.0.6723.59 
- Operating system and version affected: macOS Sonoma 14.4

Additional Information

No response

paulperez-dev commented 4 days ago

Hi @samuellangarica,

Could you please try using Flutter version 3.24.2 and let us know if the issue persists?

Thank you!

samuellangarica commented 4 days ago

Yes. I am using Flutter version 3.24.2. I previously made a typing error indicating I was using version 3.22.3

michaelmakr commented 4 days ago

I am facing the same problem.

Because every version of flutter_test from sdk depends on vm_service 14.2.5 and every version of flutterflow_debug_panel from git depends on vm_service 14.2.1, flutter_test from sdk is incompatible with flutterflow_debug_panel from git.                                                                                                                                                             

My environment: Flutter version 3.24.2 on channel [user-branch] Dart version 3.5.2 DevTools version 2.37.2 Android SDK version 35.0.0

Serlych commented 3 days ago

Hello,

I am also encountering the same issue with version 3.24.2, and it has become a significant obstacle for our team, severely impacting our ability to meet customer commitments. Resolving this issue is critical for us, and we would greatly appreciate any efforts to address it as soon as possible.

Thank you!