-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
float: right, option is not there #296
Comments
@bunny1999 Float is currently not supported. Would you mind providing a use case for how you would be using float? I think that float would be quite the challenge to implement, but would be willing to do so if I thought there was a very good use case for it, and there were multiple people looking for it |
floating an image to left/right depending on the html attribute.. `const htmlData = """
|
This is another example about float:
|
@ryan-berger a use case for float would be the case where you'd like to wrap text around an image in flutter. I have yet to be able to figure out how to do this effectively 😬 |
For as long as we use I did find https://pub.dev/packages/float_column which is very interesting. I don't know about performance or if it covers all our features, but it is very interesting... It would require a 'full' rewrite of our layout algorithm though! |
Is there any alternate package available, that provides a way to have the html data with text wrapping around an image? |
Is there any alternate package available, that provides a way to have the html data with text wrapping around an image? |
Is there any option or way to achieve a
float: right;
style using thisThe text was updated successfully, but these errors were encountered: