Has anyone migrated AWAY from Flutter?

This page summarizes the projects mentioned and recommended in the original post on /r/FlutterDev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • capacitor

    Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

  • As for compiling natively, I wish more devs knew about Capacitor and Tauri. Capacitor is Ionic’s spiritual successor to Cordova, and Tauri is a Rust-based framework. Both run as native apps, and use the device’s native webview renderer for any html/css/js, and are thus framework-agnostic. This solution also makes my stack more modular and allows me to integrate js pkgs/Rust/wasm as I need. I’d love to see a performance comparison between Flutter and SvelteKit+Capacitor and Tauri. I suspect that Flutter’s past advantages of portability and performance aren’t as far ahead as they used to be. Or they just don’t compel me as much.

  • tauri

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

  • As for compiling natively, I wish more devs knew about Capacitor and Tauri. Capacitor is Ionic’s spiritual successor to Cordova, and Tauri is a Rust-based framework. Both run as native apps, and use the device’s native webview renderer for any html/css/js, and are thus framework-agnostic. This solution also makes my stack more modular and allows me to integrate js pkgs/Rust/wasm as I need. I’d love to see a performance comparison between Flutter and SvelteKit+Capacitor and Tauri. I suspect that Flutter’s past advantages of portability and performance aren’t as far ahead as they used to be. Or they just don’t compel me as much.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Svelte

    Cybernetically enhanced web apps

  • I haven’t migrated an app away from Flutter, but I have moved away from using it. It’s been fun to learn about, but then I found Svelte and SvelteKit. JS/TS are simply more versatile. Flutter requires things to be done the Google way, from the Dart lang, to managing every pixel, to the ecosystem of Flutter-specific packages needing to be created when more mature solutions already exist in the JS ecosystem. For example, it doesn’t make sense to wait on things like great web performance or a 3D library to arrive on Flutter when Svelte excels in this area and can integrate with libs like Three.js. Or things like SSR, SEO, or >60 fps. Flutter just doesn’t seem to be the proper tool for web. There’s also the ongoing war between state management solutions, while Svelte makes it simple and elegant with stores, the $: operator, and the bind: directive.

  • SvelteKit

    web development, streamlined (by sveltejs)

  • I haven’t migrated an app away from Flutter, but I have moved away from using it. It’s been fun to learn about, but then I found Svelte and SvelteKit. JS/TS are simply more versatile. Flutter requires things to be done the Google way, from the Dart lang, to managing every pixel, to the ecosystem of Flutter-specific packages needing to be created when more mature solutions already exist in the JS ecosystem. For example, it doesn’t make sense to wait on things like great web performance or a 3D library to arrive on Flutter when Svelte excels in this area and can integrate with libs like Three.js. Or things like SSR, SEO, or >60 fps. Flutter just doesn’t seem to be the proper tool for web. There’s also the ongoing war between state management solutions, while Svelte makes it simple and elegant with stores, the $: operator, and the bind: directive.

  • d3

    Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

  • Lastly, I also hear that D3 is great for data viz.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts