Focused Agent Skills for complete Flutter and Dart app delivery.
72
90%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Use this reference when authentication uses public-key credentials or a device-local biometric or credential prompt.
A passkey ceremony spans the relying-party server and the platform credential API. The server creates a fresh challenge and verifies the returned origin or relying-party identity, challenge, credential, signature, user binding, and replay protections. The Flutter client transports options and results but does not declare success independently.
Configure relying-party identifiers, Android asset associations, Apple associated domains, application identifiers, and provider capabilities consistently. Handle no credential, user cancellation, interrupted ceremony, multiple accounts, credential replacement, synced credentials, process death, and unsupported platforms.
Do not invent a passkey fallback that weakens account recovery. Preserve the product's verified recovery, enrollment, and account-linking policy.
Biometric or device-credential success proves that the platform accepted a local authentication policy; it does not identify a remote account, refresh a server session, or authorize a backend action by itself. Use it to release a locally protected key or gate a narrowly defined local action when the threat model supports that design.
Choose biometric-only versus device-credential fallback deliberately. Handle cancellation, lockout, enrollment changes, backgrounding, repeated prompts, unsupported hardware, and platform error mapping. Never treat a biometric boolean stored in application preferences as durable authentication evidence.
Verify passkeys against an authorized non-production relying party and local re-authentication on real supported devices. Simulator success alone may not prove hardware, enrollment, association, or recovery behavior.
.tessl-plugin
skills
dart-concurrency
dart-language
flutter-accessibility
flutter-ai-integration
flutter-animation
flutter-app-workflow
flutter-architecture
flutter-authentication
flutter-background-execution
flutter-build-release
flutter-ci-cd
flutter-code-review
flutter-dependency-upgrades
flutter-device-testing
flutter-figma-workflow
flutter-in-app-purchases
flutter-localization
references
flutter-networking
references
flutter-notifications
flutter-observability
flutter-openapi-client
flutter-package-development
flutter-performance
flutter-persistence
references
flutter-platform-integration
flutter-product-analytics
flutter-responsive-layout
references
flutter-runtime-debugging
flutter-security
flutter-state-management
flutter-testing
flutter-ui-design
flutter-ui-patterns
flutter-visual-effects