Skip to content
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

Line is repeated when wrapping a widget #19

Open
warcayac opened this issue Jul 22, 2021 · 1 comment
Open

Line is repeated when wrapping a widget #19

warcayac opened this issue Jul 22, 2021 · 1 comment

Comments

@warcayac
Copy link

error

My code:

  body: Padding(
        padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 20),
        child: DropCapText(
          kSummary,
          dropCapPosition: DropCapPosition.end,
          dropCap: DropCap(
            child: Padding(
              padding: const EdgeInsets.fromLTRB(8, 0, 0, 8),
              child: Image.asset('assets/images/221469_489668.jpg', alignment: Alignment.topRight),
            ), 
            width: 210, 
            height: 220,
          ),
          style: GoogleFonts.specialElite(
            height: 1.5,
            wordSpacing: 2.5,
          ),
        ),
      ),

More info:

  • drop_cap_text v1.1.3
  • Flutter 2.2.3
  • Dart 2.13.4
  • Emulator: Android Pixel 4
@malliaridis
Copy link

Facing the same issue. I had different behavior on Flutter web from browser PC where nothing was duplicated, even on small scales, and Flutter web on mobile, where only part of a sentence was repeated. Tested it on chrome (both on PC and mobile).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants