flutter-embedded-linux VS slint

Compare flutter-embedded-linux vs slint and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
flutter-embedded-linux slint
4 138
1,138 15,020
2.5% 8.7%
7.3 9.9
12 days ago 5 days ago
C++ Rust
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 Or Slint Royalty-Free
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.

flutter-embedded-linux

Posts with mentions or reviews of flutter-embedded-linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • Native Swift BasicMessageChannel
    2 projects | /r/FlutterDev | 29 Jun 2023
    You can just write a swift wrapper over FlutterDesktopMessenger but you'll also need to write message codec implementation in swift.
  • My Return to Desktop Applications
    13 projects | news.ycombinator.com | 7 Jul 2022
    I'm curious which operating systems people are still waiting for. We have delivered Windows, macOS and Linux on stable as of Flutter 3. We don't have plans to add more, but people in the community are working on things like embedded Linux: https://github.com/sony/flutter-embedded-linux

    Disclosure: I'm a Developer Relations Engineer for Flutter

  • Qt Creator 7 Released
    2 projects | news.ycombinator.com | 26 Mar 2022
    Oh that sucks. Yeah Qt has gotten really aggressive with their licensing headaches. They broke so many of our CI scripts when they made it mandatory for you to log in to use their Qt installer even for online version.

    And yep. Relying on just Google can be a death sentence. I was hoping to use Android things for a quick demo last month only to find out that it is discontinued. What made me look at flutter was because companies like Sony are driving forward it's development on embedded space ( https://github.com/sony/flutter-embedded-linux ). Tbh I am still looking for something that was as nice as QtQuick on embedded devices, but with a permissive license.

    So other than electron, what options do you see moving forward? All i see is slint ( https://github.com/slint-ui/slint/ ).

  • Coinbase’s successful transition to React Native
    3 projects | news.ycombinator.com | 14 May 2021
    In no particular order:

    - The type system was essentially like java but perhaps even worse -- in a world with Rust, Haskell, Julia, Kotlin, Scala, and even Golang this seemed egregious. No algebraic data types, inheritance, nullable values, lack of errors-as-values approach. I know they worked hard on the language, but it's like they ignored all the progress in PL over the last like decade+.

    - JSON serialization/deserialization[1] was like the worst parts of Go and the worst parts of Java (again this has to

    - SQLite driver[0] couldn't be used off device. I found this out while trying to write tests that ran off-device. Now there's sqlite3[1] so maybe it's no longer an issue

    - Dart2 was a played down rewrite of Dart1, with JS interop removed. Typescript is a better language than Dart.

    - BloC is overcomplicated and was rolled out poorly at the time (this has more to do with Flutter than Dart). The state management patterns felt like unbaked react (flux pattern) v1.

    All this said, Dart will probably be around for a very long time. Fuschia makes a LOT of sense for Google to continue pursuing, which uses Flutter. Dart could be worse, and I think it's good enough for a bunch of usecases. If it were me, I wouldn't even choose it over Nativescript.

    The Boring Flutter Development Show[3] was/is fantastic, I watched it religiously when I was learning and trying out Flutter -- having a big backer like google means there are always going to be dedicated resources and smart people behind Flutter which honestly probably matters more in the long run than Dart being a shit language. As Golang has shown us, you can just iterate to having a good language.

    Seeing Sony embrace flutter for embedded things is pretty big as well[4]. Sony has a surprisingly strong track record of making technologically competent products:

    - PS Vita (generally regarded as ahead of it's time)

    - Sony SmartWatch 1 & 2 (I owned both, they were ahead of their time, and were very good quality, easily hackable)

    - Sony XPeria phones & tablets (embraced open source and easy bootloader unlock, I own a tablet that I'm extremely happy with)

    [0]: https://pub.dev/packages/sqflite

    [1]: https://pub.dev/packages/json_serializable

    [2]: https://pub.dev/packages/sqlite3

    [3]: https://www.youtube.com/watch?v=qXAUNLWdTcw&list=PLjxrf2q8ro...

    [4]: https://github.com/sony/flutter-embedded-linux

slint

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

What are some alternatives?

When comparing flutter-embedded-linux and slint you can also consider the following projects:

react-native - A framework for building native applications using React

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

flutter-elinux - Flutter tools for embedded Linux (eLinux)

iced - A cross-platform GUI library for Rust, inspired by Elm

fastotv_pl - IPTV/OTT Solution

egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

flutter_native_opencv - Using OpenCV natively in C++ in a Flutter app with Dart FFI

lvgl - Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.

flutter_everywhere - Template Flutter Project for iOS, Android, Fuschica, MacOS, Windows, Linux, Web, Command Line, Chrome Extension

dioxus - Fullstack GUI library for web, desktop, mobile, and more.

wide-integer - Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.

cxx-qt - Safe interop between Rust and Qt