medito-app icon indicating copy to clipboard operation
medito-app copied to clipboard

Custom actions

Open scouech opened this issue 10 months ago • 2 comments

We need to implement custom actions to the context menu (or equivalent) that appear when a user long-presses on our app icon on both iOS and Android.

Required Actions:

  1. "Don't Remove Medito":

    • Icon: 🥺
    • Title: "Don't Remove Medito"
    • Subtitle: "Give us a second chance. We're always improving."
    • Action: Simply open the Medito app.
  2. "Bugs or Issues?":

    • Icon: 🪲
    • Title: "Bugs or Issues?"
    • Subtitle: "Email us & get a surprise gift!"
    • Action: Open the default email app with the following details:
      --- Debug info ---
      {all content from debug bottom sheet here, one item per line}
      --- Write below this line ---
      
      Hi Medito team.
      
      I have some feedback:
      

Technical Details:

  • Use the quick_actions package for Flutter to handle these actions on both platforms.
  • Ensure that the email action collects and embeds the debug information seamlessly and offers a clear space for users to write their feedback.

Notes:

  • Ensure that the context menu actions are visually appealing and intuitive on both platforms.
  • Ensure a smooth user experience, especially for the email action. It should open the email app with all specified details pre-filled.

Cheers :)

scouech avatar Aug 24 '23 11:08 scouech