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
Identify whether the selected platform implementation uses a persistent, non-persistent, shared, or isolated website data store. Define cookie seeding and update order, third-party cookie policy, storage partitioning, cache behavior, and ownership between the page, application session, and backend.
Logout is a coordinated transition. Revoke or end the application session as required, stop old page work, clear the intended cookies and website data, remove account-bound cached content, and prevent a delayed callback from restoring the old identity. For account switching, bind page and bridge results to an account generation rather than whichever account is current when a callback arrives. Avoid clearing unrelated site data when the platform offers scoped removal, but state package limitations honestly.
Treat file chooser results and downloads as untrusted inputs. Preserve cancellation, accept and capture intent, multiplicity, size and type limits, URI access lifetime, and platform permission behavior. Validate content based on the consuming feature rather than trusting only a filename, extension, MIME declaration, or page request.
Define whether a download belongs to the WebView, app networking layer, system browser, or download manager. Do not forward cookies, authorization headers, or referrers to an arbitrary destination. Use app-private or user-selected storage appropriate to the platform, expose progress and cancellation when required, and clean partial sensitive files.
Create controller ownership outside repeated widget builds and dispose subscriptions, delegates, timers, and message ownership with the screen. Define restoration after rotation, memory pressure, backgrounding, renderer termination, and process recreation. Do not promise preservation the selected plugin or platform cannot provide; restore from safe application state instead of replaying privileged page actions blindly.
Exercise first launch, warm return, background and resume, rotation where relevant, renderer or process recreation, logout, account switch, cookie expiry, offline startup, file accept and cancellation, malformed content, download redirect, permission denial, and disposal during asynchronous callbacks. Use real supported runtimes for cookie stores, platform pickers, downloads, and lifecycle callbacks.
.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