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

ListStyleImage is not working in flutter_html: ^3.0.0-alpha.1 #1433

Open
rituapplocum opened this issue Aug 9, 2024 · 0 comments
Open

ListStyleImage is not working in flutter_html: ^3.0.0-alpha.1 #1433

rituapplocum opened this issue Aug 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rituapplocum
Copy link

Have to display svg replacing the default bulllet of

  • tag it was working on flutter_html: ^2.2.1 but no support found in new versions

    "li": Style(
              listStyleImage: ListStyleImage(Images.ic_drug_point),
              fontFamily: Strings.font_poppins,
              fontSize: FontSize(fontSize),
              margin: Margins.only(top: Dimens.pixel_10, bottom: Dimens.pixel_8),
              padding: HtmlPaddings.only(left: Dimens.pixel_0, top: Dimens.pixel_0),
              fontWeight: FontWeight.normal),
    
  • @rituapplocum rituapplocum added the bug Something isn't working label Aug 9, 2024
    @rituapplocum rituapplocum changed the title [BUG] ListStyleImage is not working in flutter_html: ^3.0.0-alpha.1 ListStyleImage is not working in flutter_html: ^3.0.0-alpha.1 Aug 9, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    bug Something isn't working
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant