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 for device-scheduled notifications. Keep domain reminder state separate from the OS scheduler.
Decide whether the user means a wall-clock time in a named time zone or an elapsed duration. Store enough information to recompute future occurrences after daylight-saving or time-zone changes.
Define behavior for nonexistent and repeated local times, overdue reminders, clock rollback, locale change, and a recurrence whose source record changed. Prefer calendar-aware recurrence over adding fixed durations when the intent is “at this local time.”
Use exact Android alarms only when the product requirement is genuinely exact and the target platform permits them. Degrade explicitly to inexact delivery or an in-app reminder when exact scheduling is unavailable; do not silently claim exactness.
Wrap the established notification plugin behind a narrow adapter when business logic otherwise depends on static/plugin APIs. Test recurrence and reconciliation through the adapter. Add or replace a package only after checking current platform support, maintenance, license, existing transitive/native setup, and actual missing capability.
Cover schedule, update, cancel, duplicate reconciliation, denied permission, restart, overdue item, daylight-saving boundary, time-zone change, and notification tap. Verify visible OS delivery and cancellation on at least one supported physical device when the claim depends on OS 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