8000 [Feature Request] Don’t force minSdkVersion to 28 in Android · Issue #181 · corbado/flutter-passkeys · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Feature Request] Don’t force minSdkVersion to 28 in Android #181
Open
@sed1ka

Description

@sed1ka

Currently, the plugin sets the minimum SDK version to 28, which makes it impossible to use in apps that support lower Android versions (e.g., minSdkVersion 23).

I understand that Android's native passkey support is only available on API 28+, but instead of forcing all apps to use minSdk 28, I suggest allowing a lower minSdk (like 23) and throwing a runtime exception (e.g., PasskeyUnsupportedException) when any passkey-related API is called on unsupported versions.

This would give developers the flexibility to support older Android versions while still safely using the plugin with appropriate version checks.

Metadata

Metadata

Assignees

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

    0