home.social

#flutterweb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #flutterweb, aggregated by home.social.

fetched live
  1. I’m rewriting one of my pet projects from #Flutter Web to server-rendered #HTML. Because there are too many shitty mobile devices with a single vendor-provided browser that doesn’t support nice things or have fundamental bugs in those things.

    #FlutterWeb #Browsers #PetProject #Dev #development #softwareDevelopment

  2. 🚀 Versioned Deploys for Flutter Web — Fast Loads, Instant Updates

    Ever shipped a Flutter Web app and watched users get stuck on stale builds — especially in embedded contexts like Telegram Mini Apps? 🫣

    This guide shows how versioned asset folders, fresh entry points, and a touch of Nginx config can make updates instant — no hard refreshes, no cache purges.

    💡 Perfect for PWAs or embedded web apps.

    dev.to/justlig/versioned-deplo

  3. Working on getting right click context menus in #flutterweb going on Keystone....
    #flutterdev

  4. Building Flutter web projects inside containers isn’t as straightforward as you’d hope.
    To make it easier, I’ve crafted a lightweight base Flutter Web image — about half the size of the full Flutter distribution (~500 MB vs 1.3 GB).

    👉 quay.io/repository/lig-images/

  5. 📢 Accessibility in Flutter on the Web—How Flutter aims to make canvas-rendered apps accessible to users of assistive technologies: medium.com/flutter/accessibili. I’ve reverse-engineered what Flutter does (peer-reviewed by Flutter engineers). Note that I haven’t tested if the approach actually works for users of assistive technologies; I’m not qualified to do that. #Flutter #FlutterWeb #A11Y #Accessibility

  6. Since I have wifi on this flight I figured I’d do a real world test of those three Dart Snake implementations: Dart Web, Jaspr, and Flutter Web. This was on an iPhone 11. Basic trends in the results still hold therefore so do my conclusions in the post. #flutter #FlutterWeb #jaspr #DartLang #DartWeb #DartSnake

    Initial Load to game play start:
    • Flutter Web 6.61 seconds
    • Jaspr 3.45 seconds
    • Dart Web 3.01
    Reload to game play start:[list]Flutter Web 2.33 secondsJaspr 0.93 secondsDart Web 0.96 seconds
    Dart Web Client Programming Head to Head: Flutter, Jaspr, and Dart Web
  7. @youssef wait, one idea, if you have not already, you can “hide” the problem from the user by adding a loading spinner directly into the HTML file.

    I wrote github.com/RemeJuan/playoffs_s to play with and before a new job I was starting, eventually updated it to , but you can see what and how I did it in that repo.

    Some foolery can go a long way.