-
-
Notifications
You must be signed in to change notification settings - Fork 901
use TextDecoration.none The text cannot be aligned #454
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
Comments
Could you elaborate a bit? What html are you using? Which style rules? Which version of flutter_html? |
environment [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 12.2) [✓] Android Studio (version 4.0) [✓] VS Code (version 1.51.1) [✓] Connected device (2 available) • No issues found! flutter_html version code: `import 'package:flutter/material.dart'; void main() => runApp(new MyApp()); class MyApp extends StatelessWidget { class MyHomePage extends StatefulWidget { final String title; @OverRide const htmlData = """
"""; class _MyHomePageState extends State {
Did I do something wrong? |
The |
Sorry, Due to the particularity of Chinese, my links do not use underline. What should I do? I use this example I added the following style only.
But The text cannot be aligned I don't know if that I said clearly. This issue is not exist in version ^0.11.1 , but in version ^1.0.2 Thank you! |
This issue does not exist in version ^0.11.1 , but in version ^1.0.2 |
Yes I agree. This is an issue. |
@erickok |
Should be fixed in #499 |
use TextDecoration.none The text cannot be aligned
The text was updated successfully, but these errors were encountered: