Skip to content

Emojis not displaying in requests and responses #966

@Bhavesh-More

Description

@Bhavesh-More

Describe the bug/problem

Emojis aren't rendering properly - they just show up as blank spaces. This is happening in both the request editor and response viewer, which makes it pretty tough to work with APIs that use emojis ( especially AI APIs ).

Why this matters:

  • AI APIs (ChatGPT, Claude, Gemini) constantly use emojis in responses.
  • Social media APIs (Twitter, Discord, Slack) handle emoji content.
  • major API clients (Postman) handle this correctly.

Steps to Reproduce the bug/problem

Test Case 1: Request Body

  1. Create any new request (POST, GET, etc.)
  2. Set your URL
  3. Go to any tab - params, body, headers, whatever
  4. Type some text with emojis in it
  5. What happens: The emojis just show up as blank spaces

Test Case 2: Response Display

  1. Send a request to any API that returns emojis
  2. Check the response (either preview or JSON view)
  3. Observed: Emojis in the response show as blank spaces

Video

Emoji.Issue.Recording.mp4

Expected behavior

  • Emojis should render as actual emoji characters (⭐ 👍 🫡) in both request body and response.

Device Info (The device where you encountered this issue)

  • OS: Windows
  • Version: Windows 11

Flutter Doctor

Please run the flutter doctor -v command and provide the details below:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    APP: BUGSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions