qt-web-view-widget VS pub-dev

Compare qt-web-view-widget vs pub-dev and see what are their differences.

qt-web-view-widget

A simple Qt widget for embedding a web view without a bundled browser engine (by Ravenstine)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
qt-web-view-widget pub-dev
1 359
1 764
- 0.7%
0.0 9.7
over 2 years ago 1 day ago
C++ Dart
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

qt-web-view-widget

Posts with mentions or reviews of qt-web-view-widget. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-12.
  • Qt 6.3 Released
    10 projects | news.ycombinator.com | 12 Apr 2022
    It really confuses me how anyone would have anything good to say about QML. Qt taking that direction just seems like a panicked decision to try and compete with Electron when they should really be doing the exact opposite.

    My experience with QML/Quick is that while you get a little JavaScript runtime and a slightly less obtuse way of defining "widgets" and application layouts than the original Qt "forms", there are some clear drawbacks that make it a near non-starter for anything I've thought about using it for.

    Right out of the box, you have to use QML, which is a weird hybrid of language/markup paradigms, and it's a proprietary language. What designer knows QML? Probably f$#%& zero. Electron wins right out of the gate because what designers don't know at least something about HTML and CSS? Sure, if QML was that groundbreaking then maybe people would learn it, but it's owned by a company and it brings nothing new to the table that HTML and CSS can't do better.

    The solution to most things in QML is to write JavaScript. I've been a JavaScript engineer for most of my career, but when you're writing a Qt application then the obvious place to do anything useful or complex is in the host language of C++ or Python. So what if you want to tie behavior between your QML widget and a C++ library you either wrote yourself or have imported from a vendor? Well, you can kinda sorta do that, but it's hard to explain here; let's just say that tying a widget to C++ code is extremely clumsy, and good luck calling a function on a QML widget class because you just can't simply do that.

    For instance, Qt provides a WebView widget, which was exactly what I needed recently. Uh oh, the decided to make it a QML widget only, rather that do the obvious thing of exposing it as a C++ class and providing a QML widget that wraps around it. Why did they do this? I guess it's because in the long term they think that they'll move away from classic widgets entirely. In any case, I wanted to call the `runJavaScript` method on the widget class without having to jump through hoops in QML. The only way to make that happen was to hack the build process to expose private methods.

    But I realized that, at that point, there was no longer any point in using QML if I was going to have to use some neat tricks in C++.

    So in just a day, I wrote a classic widget that implements the same WebView used in the QML version, just without any of the QML crap.

    https://github.com/Ravenstine/qt-web-view-widget

    And yeah, Qt does provide some form of a WebView in as a classic widget but, guess what, it involves bundling a browser runtime rather than using the browser engine of the host OS. Makes sense if you need more of the browser APIs exposed, but if all you want to do is show some simple things on a webpage and call JS from C++, then going through the effort of compiling Qt with support for that browser engine is overkill.

    Overall, I don't mind most things about Qt. Despite how overcomplicated some of it is, it does what I want, which is to allow me to write native desktop apps without needing to invest much of my knowledge in OS-specifics. I like that I can use their Bluetooth library and, besides some quirks with how macOS handles device identifiers, I can compile it on other platforms and it will work for the most part.

    I wish they'd abandon QML and just focus on making the experience of writing completely native apps better.

pub-dev

Posts with mentions or reviews of pub-dev. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.

What are some alternatives?

When comparing qt-web-view-widget and pub-dev you can also consider the following projects:

lqml

serverpod - Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.

awesome-kotlin - A curated list of awesome Kotlin related stuff Inspired by awesome-java.

Flutter-HTML-Editor - A lightweight HTML-Richtext editor for Flutter

flutter-examples - This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.

get_it - Get It - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. Maintainer: @escamoteur

Free-RASP-Community - SDK providing app protection and threat monitoring for mobile devices, available for Flutter, Cordova, Android and iOS.

flutter-widgets - Syncfusion Flutter widgets libraries include high quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base.

rudderstack-docs - Documentation repository for RudderStack - the Customer Data Platform for Developers.

grpc-web - gRPC for Web Clients

flutter-maplibre-gl - A flutter package for showing customizable vector/raster maps with MapLibre (forked from tobrun/flutter-mapbox-gl)

reactotron - A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.