project-feedback

Implement user feedback UI elements in Flutter using the app_feedback package.

2|Updated Jul 3, 2025
One-click install
npx skills add https://github.com/gsmlg-app/flutter-app-template --skill project-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-feedback
Source: https://github.com/gsmlg-app/flutter-app-template/tree/main/.claude/skills/project-feedback
Command: npx skills add https://github.com/gsmlg-app/flutter-app-template --skill project-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of displaying user feedback within a Flutter application, ensuring clear and consistent communication of application status and user interactions.

Core Features & Use Cases

  • Display Toasts: Show temporary success or error messages.
  • Manage Snackbars: Provide temporary messages with optional actions like 'Undo'.
  • Show Dialogs: Present confirmation prompts or adaptive alert dialogs.
  • Use Bottom Sheets: Offer action lists or quick selections at the bottom of the screen.
  • Use Case: After a user successfully saves a profile, display a success toast. If an operation fails, show an error toast with a retry option. For critical actions like deletion, use a confirmation dialog.

Quick Start

Use the project-feedback skill to show a success toast with the message "Profile updated successfully".

Frequently Asked Questions about project-feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I show a success toast in Flutter after a user action?

To show a success toast in Flutter, use the app_feedback package to display a temporary message like "Profile updated successfully" upon completing a user action, ensuring clear status communication.

What's the best way to add an undo action to a snackbar in Flutter?

The best way to add an undo action to a snackbar in Flutter is using the app_feedback package, which manages temporary snackbar messages with optional interactive actions for reversing user operations.

How do I display an adaptive confirmation dialog for critical actions in Flutter?

You can display an adaptive confirmation dialog in Flutter using the app_feedback package to present prompts for critical actions like deletions, ensuring safe user interactions before proceeding.

Can I use a bottom sheet for quick selections in a Flutter app?

Yes, you can use a bottom sheet in Flutter to offer action lists or quick selections at the bottom of the screen via the app_feedback package, providing accessible choices without navigating away.

Do I need the app_feedback package to show error toasts with a retry option?

Yes, displaying error toasts with a retry option requires the app_feedback package for its UI components and the application context to render the feedback correctly within your Flutter application.