Skip to content

permission_handler conflict: 0.37.0 requires ^11.3.1 but FlutterFlow.io injects 12.0.0+1 #12

Description

@seesaw404

The issue is that FlutterFlow (where I’m building) automatically injects permission_handler 12.0.0+1 behind the scenes, but daily_flutter requires ^11.3.1. These two are incompatible and there's no clean way to fix it from our end.

I tried adding permission_handler: ^11.3.1 manually as a custom pub dependency to override it, but FlutterFlow warns that this is incompatible with its own auto-injected version and flags it as likely to cause issues. so that path is a dead end too.

Would Daily.co bump their constraint to support ^12.0.0 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions