-
-
Notifications
You must be signed in to change notification settings - Fork 290
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm a bit frustrated that supabase_flutter requires app_links ^6.2.0, but my project and other packages depend on app_links ^7.0.0. This causes a dependency conflict and prevents me from using the latest supabase_flutter without downgrading app_links.
Is it planned to update supabase_flutter to support app_links ^7.0.0, or loosen the version constraint to allow compatibility with newer versions ?
I've considered :
- Downgrading app_links to ^6.2.0 (not ideal, as I need features/fixes from ^7.0.0)
- Forking supabase_flutter and manually updating the dependency (not maintainable long-term)
- Avoiding supabase_flutter entirely (not desirable)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request