-
Notifications
You must be signed in to change notification settings - Fork 621
Open
Labels
APP: BUGSomething isn't workingSomething isn't working
Description
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
- Create any new request (POST, GET, etc.)
- Set your URL
- Go to any tab - params, body, headers, whatever
- Type some text with emojis in it
- What happens: The emojis just show up as blank spaces
Test Case 2: Response Display
- Send a request to any API that returns emojis
- Check the response (either preview or JSON view)
- 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:

Metadata
Metadata
Assignees
Labels
APP: BUGSomething isn't workingSomething isn't working