Questions tagged [flutter-html]

For questions about the Flutter_HTML package: a Flutter widget rendering static HTML and CSS as Flutter widgets.

For questions related to the Flutter_HTML package: https://pub.dev/packages/flutter_html

A Flutter widget rendering static HTML and CSS as Flutter widgets.

For the Flutter cross-platform UI toolkit.

52 questions
1
vote
2 answers

Open image to full screen, if tapped - flutter_html

If I am having an image in my HTML, I am not able to open that image to full screen, if tapped. Below is the built in function available in flutter_html if image is tapped. onImageTap: (url, context, attributes, element) => { // code here } Is…
Jitan Gupta
  • 454
  • 6
  • 18
1
vote
1 answer

How to save list of objects in browser local storage flutter web application

I am creating a flutter web application where I am trying to handle multi account jut like Gmail. I want when user login the user info store some where in browser storage and after closing the browser the data should not clean. How I can achieve…
1
vote
2 answers

Is there a way to copy text from html package

I use the fluter_html package. Is there a way, to make the text Copyable? The Html Widget is in a CustomScrollView with a SliverList. I want to copy the text without the html stuff. As an example, I want to copy "Hello, copy me" and not "Hello
user14868470
0
votes
0 answers

Flutter HTML: How can I get rid off of empty space that come with height of the video?

I am using this package. I am fetching a video that has specific height which I made smaller and I got empty space in the bottom. Here's how I'm fetching HTML data: