passkeys_doctor 1.4.1 copy "passkeys_doctor: ^1.4.1" to clipboard
passkeys_doctor: ^1.4.1 copied to clipboard

PlatformAndroid

Internal debugging tools used to help with passkeys package.

1.4.1 #

  • Uses flutter.compileSdkVersion instead of a hardcoded compileSdk = 35 in the Android build.gradle, so the package inherits the host project's compile SDK. Fixes build failures alongside plugins that now require compileSdk >= 36 (e.g. device_info_plus). See https://github.com/corbado/flutter-passkeys/issues/245.

1.4.0 #

  • Widens package_info_plus constraint to >=9.0.0 <11.0.0 to unblock consumers on package_info_plus 10.x. The only call site (PackageInfo.fromPlatform().packageName) is API-stable across the 9 → 10 bump. Unblocks downstream apps that need share_plus 13.x / win32 ^6.0.1. See https://github.com/corbado/flutter-passkeys/issues/240.
  • Removes the unused passkeys_ios dependency (the package was renamed to passkeys_darwin and was never imported here).

1.3.1 #

  • Widens device_info_plus constraint to >=11.2.0 <14.0.0 to unblock consumers on device_info_plus 12.x.

1.3.0 #

  • Updates package_info_plus dependency to ^9.0.0.

1.2.0 #

  • Fixes a bug where conditional UI abortion on Web is considered as a PlatformAuthenticationCancellation Exception.

1.1.0 #

  • Addes new PasskeyUnsupportedException documentation.

1.0.0 #

  • Initial open source stable release.