-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bug using Flutter Web 3.24.4 #336
Comments
IF I'm being dumb, could you point where the problem relies? |
I was being dumb. const json01 = {
"type": "text",
"args": {"data": "Hello, World!"}
}; after: const json01 = {
"type": "text",
"args": {"text": "Hello, World!"}
}; I think the problem relies where the EXPORTER is exporting the "Text" args as "data". And not as "text" |
So wait,.is there an issue? If so, please reopen this. It seems like the problem may not be with the renderer but with the exporter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Everything is as in the
README.MD
and docs, but still not working a simple text.To Reproduce
Expected behavior
![image](https://private-user-images.githubusercontent.com/63029527/384630496-79d9c112-7ba9-478a-a2d8-45d6a459d930.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjI0OTQsIm5iZiI6MTczOTU2MjE5NCwicGF0aCI6Ii82MzAyOTUyNy8zODQ2MzA0OTYtNzlkOWMxMTItN2JhOS00NzhhLWEyZDgtNDVkNmE0NTlkOTMwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE5NDMxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVmNTA0NzEwNDY1NWM3YTQ1OGQ4NmM5MGQ1YTgyMjA3NzUyZjg5NzM2OGZhMzQxYmM5YjY0MDYxZWM4MDE5OWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Nr-uZdJ-1wyolHZzqgVAKpN-S97Y3-wc3UXMnEE3H-k)
A text with "Hello, World!" inside.
Enviroment
Flutter doctor
Pubspec.yaml of my test project:
OS:
Windows 11 / MacOS Sonoma 14.7
The text was updated successfully, but these errors were encountered: