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 ?
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 ?