Flutter 2

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

    I want to love flutter, and I am personally using it in my startup, but issues like this one is seriously concerning https://github.com/flutter/flutter/issues/76180

    I really do believe in flutter's future though. Developer experience has been a blast. coming from iOS I've saved so much time with hot reload

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

  • compose-samples

    Official Jetpack Compose samples.

    If you prefer Kotlin you may find https://developer.android.com/jetpack/compose more to your tastes.

  • V8

    The official mirror of the V8 Git repository

    > Was being able to easily inspect and change what was happening in apps you didn't have intentional source access for (web pages/apps) not key to that?

    I got into web design/programming in the 90s, and the answer is basically no. Sure you could poke around a bit, but I never found it to be a revelation. I still had to buy books, read blogs, and do a ton of trial and error. Also, it was a never-ending game of trying to testing to see what each new browser release added or broke.

    We are in infinitely better position today thanks to open source. The "View Source" of today is GitHub. Want to write a high-performance dynamically typed language VM? Here: https://github.com/v8/v8 Build an operating system? OK: https://github.com/torvalds/linux Build a database? Here you go: https://github.com/postgres/postgres

  • flutter_vignettes

    A collection of fun Flutter experiments, created by gskinner, in partnership with Google.

    One suggestion: It would help if there was an easy to access demo app that I could point people to to showcase Flutter.

    The flutter gallery is useful for developers, but it's not a good showcase for what a real world Flutter app would look like.

    The new Flutter Folio app ( https://flutter.gskinner.com/ )looked promising, but then I had to scroll way down to see the actual app links. The Web link looked promising, but I hit a brick wall when it wanted me to register a new account before I could do anything ( https://www.flutterfolio.com/builds/latest/web-build-auto/#/ )

    Can we get an accessible, up-to-date, canonical Flutter demo app that doesn't require account creation, logins, or any other friction?

  • sdk

    The Dart SDK, including the VM, dart2js, core libraries, and more.

    Thanks - not what I'd expect, but I can repro. Bug filed here:

    https://github.com/dart-lang/sdk/issues/45197

    It is AOT though. If you time `dart a.dart` vs `./a.exe` (pre strip :-), the latter should be considerably faster.

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