How can I float text around an image in Flutter?

7,106

I published package drop_cap_text to achive DropCapText, you can also put an image as custom widget inside DropCap.

image

Share:
7,106
ButteredQwaffles
Author by

ButteredQwaffles

Hello. I'm a fifteen year old gal who loves video games and programming in Python, Dart, and C#. I also run a programming discord server. If you'd like to join, click here!

Updated on December 08, 2022

Comments

  • ButteredQwaffles
    ButteredQwaffles over 1 year

    An example of what I want

    How could I achieve this layout in Flutter?

  • ButteredQwaffles
    ButteredQwaffles over 5 years
    Apologies, I should have been clearer. This will have a fixed width and the text will also need to go flow below the image.
  • ButteredQwaffles
    ButteredQwaffles over 5 years
    This seems to make the text overlay the image rather than put the text to the side around the image.
  • Mr. ZeroOne
    Mr. ZeroOne over 3 years
    I'm using this package. But I have an issue: github.com/mtiziano/drop_cap_text/issues/14