home.social

#dartsnake — Public Fediverse posts

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

fetched live
  1. 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
  2. Following up on the "Dart Snake" project I did a head to head comparison of the standard Dart Web libraries, Jaspr, and Flutter Web looking at developer experience, deployment size, and initial loading experience. This little experiment definitely has me intrigued to playing around with Jaspr more for getting a Flutter-like framework for writing web apps. #flutter #jaspr #DartLang #DartSnake
    Dart Web Client Programming Head to Head: Flutter, Jaspr, and Dart Web
  3. Today's, and the final, Dart Snake target deployment is the Jaspr Web Framework. Want to make web apps with Dart in a declarative framework that feels a lot like Flutter? If so then Jaspr is an interesting option for you. Here once again we show how little code it takes to wire in the business layer logic. I do some comparison between Jaspr and Flutter as well. I want to do a more in-depth comparison between the three web deployment versions in another post though. I have to say this was a very cool experiment proving to myself how versatile Dart is for the entire gamut of deployment targets. #web #jaspr #DartLang #flutter #programming #DartSnake
    Dart Snake Project Part 5: Dart Snake Jaspr
  4. Today's Dart Snake target deployment is Dart Web. With its origins in trying to be a JavaScript replacement back in 2011, Dart has on-par capabilities for doing standard DOM manipulation, CSS support, and all the other things one would need to write a web app. I give a very high level overview of that sufficient to read the code and then show how little code it takes to bring the same Dart business layer code used in the CLI and Flutter implementations to a small hostable website implementation. #web #DartLang #flutter #programming #DartSnake
    Dart Snake Dart Web