You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this library for basic HTML parsing features along with iframe support, so I'm trying to decide between flutter_widget_from_html and flutter_widget_from_html_core. To do so, I would like to compare their performance differences.
Therefore, I tried to analyze the size of the downloaded libraries by using the flutter build apk --analyze-size command. However, even though I only added flutter_widget_from_html to my pubspec.yaml, only the flutter_widget_from_html_core package was downloaded.
So I’m curious about the performance differences between these two packages!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to use this library for basic HTML parsing features along with iframe support, so I'm trying to decide between
flutter_widget_from_html
andflutter_widget_from_html_core
. To do so, I would like to compare their performance differences.Therefore, I tried to analyze the size of the downloaded libraries by using the
flutter build apk --analyze-size
command. However, even though I only addedflutter_widget_from_html
to my pubspec.yaml, only theflutter_widget_from_html_core
package was downloaded.So I’m curious about the performance differences between these two packages!
Beta Was this translation helpful? Give feedback.
All reactions