flutter-elinux VS flutter-embedded-linux

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

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
flutter-elinux flutter-embedded-linux
3 4
390 1,138
2.1% 0.5%
7.4 7.3
16 days ago 17 days ago
Dart C++
BSD 3-clause "New" or "Revised" 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.

flutter-elinux

Posts with mentions or reviews of flutter-elinux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-13.
  • Jitsi Meet Flutter SDK
    11 projects | news.ycombinator.com | 13 Aug 2023
  • Debugging on Raspberry Pi
    1 project | /r/FlutterDev | 29 Dec 2021
  • Ask HN: Flutter vs. React Native – which one do you prefer?
    3 projects | news.ycombinator.com | 26 Nov 2021
    Flutter, for sure. It feels like a much more thoughtful system overall. I'm not as impressed with the Dart ecosystem as I am with the Flutter one, mostly because the Dart ecosystem lacks widely used/supported frameworks for server-side development. I would LOVE to completely remove Javascript from my life and if there were a solid server-side framework for Dart, I could use it literally everywhere.

    Re your problems:

    1. Yeah, break widgets down. Yes, it's more work, but it's necessary in the same way that breaking code down into smaller functions is necessary. You don't just cram everything into one file and you shouldn't expect that a mega-widget will be the right way either.

    2. Flutter for web is still very early on. You should know that there are two renderers (one that uses canvas and one that uses real dom elements), but they're both just "okay" at this point. They have been rapidly improving however -- the difference between now and this time last year is significant. It'll keep getting better and in the mean time, it's usable enough. The download sizes are huge and sometimes rendering can be a little janky, but again: it'll get better. For me, the promise of a unified system for desktop, web, mobile, and even some limited 3rd party embedded Linux support (https://github.com/sony/flutter-elinux) is really appealing.

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

What are some alternatives?

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

compose-multiplatform - Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.

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

compose-samples - Official Jetpack Compose samples.

fastotv_pl - IPTV/OTT Solution

sharik - Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

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

harmonoid - 🎵 Elegant music app to play & manage music library. YouTube Music client. Lyrics & Playlists. [Moved to: https://github.com/harmonoid/harmonoid]

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

pangolin_desktop - Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter.

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

syphon - ⚗️ a privacy centric matrix client

NativeScript - ⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Dart (Flutter) and you name it compatible.