passkeys_doctor 1.4.1
passkeys_doctor: ^1.4.1 copied to clipboard
Internal debugging tools used to help with passkeys package.
1.4.1 #
- Uses
flutter.compileSdkVersioninstead of a hardcodedcompileSdk = 35in the Androidbuild.gradle, so the package inherits the host project's compile SDK. Fixes build failures alongside plugins that now requirecompileSdk >= 36(e.g.device_info_plus). See https://github.com/corbado/flutter-passkeys/issues/245.
1.4.0 #
- Widens
package_info_plusconstraint to>=9.0.0 <11.0.0to unblock consumers onpackage_info_plus10.x. The only call site (PackageInfo.fromPlatform().packageName) is API-stable across the 9 → 10 bump. Unblocks downstream apps that needshare_plus 13.x/win32 ^6.0.1. See https://github.com/corbado/flutter-passkeys/issues/240. - Removes the unused
passkeys_iosdependency (the package was renamed topasskeys_darwinand was never imported here).
1.3.1 #
- Widens
device_info_plusconstraint to>=11.2.0 <14.0.0to unblock consumers ondevice_info_plus12.x.
1.3.0 #
- Updates
package_info_plusdependency 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
PasskeyUnsupportedExceptiondocumentation.
1.0.0 #
- Initial open source stable release.