We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have string in html like this
<p style="text-align: right;">فخامة الأمير</p><p style="text-align: right;"><span style="background-color: rgb(191, 191, 191);">السلام عليكم ورحمة الله وبركاته</span></p><p style="text-align: right;"><span style="background-color: rgb(191, 191, 191);">سوف تجرى صيانة من أجل تحسين وتنظيم عمل السيرفرات، وقت الصيانة كما يلي: </span></p><p style="text-align: right;">من<span style="color: rgb(255, 0, 0);"> 2024-11-25 5:00:00</span> إلى <span style="color: rgb(255, 0, 0);">2024-11-25 5:30:00</span> بتوقيت السعودية.</p><p style="text-align: right;">شكرا على تفهمكم وتعاونكم</p>
Rendering on Google Chrome looks like this.
Rendering in flutter_html looks like this,The background color is uneven
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have string in html like this
<p style="text-align: right;">فخامة الأمير</p><p style="text-align: right;"><span style="background-color: rgb(191, 191, 191);">السلام عليكم ورحمة الله وبركاته</span></p><p style="text-align: right;"><span style="background-color: rgb(191, 191, 191);">سوف تجرى صيانة من أجل تحسين وتنظيم عمل السيرفرات، وقت الصيانة كما يلي: </span></p><p style="text-align: right;">من<span style="color: rgb(255, 0, 0);"> 2024-11-25 5:00:00</span> إلى <span style="color: rgb(255, 0, 0);">2024-11-25 5:30:00</span> بتوقيت السعودية.</p><p style="text-align: right;">شكرا على تفهمكم وتعاونكم</p>
Rendering on Google Chrome looks like this.
Rendering in flutter_html looks like this,The background color is uneven
The text was updated successfully, but these errors were encountered: