Live data from Hacker News

Viewing profile — danbalthasar

danbalthasar

HN member
Joined
Thu, Sep 20, 2018, 4:57 AM UTC
HN karma
22
Public activity
9 items

About danbalthasar

No profile information was provided.

Recent public activity

  1. comment
    Comment #19749869

    Full disclosure: I'm a Flutter team member who has focused specifically on iOS development. There are a number of us dedicated to this on the team internally at Google. It's defini…

  2. comment
    Comment #18602126

    There's a demo of running native tests that also test flutter on iOS here: https://github.com/flutter/ios_add2app

  3. comment
    Comment #18033286

    Flutter's edge over these technologies is faster development cycles (very fast build times, sub-second reloading without losing state, very rapid ability to update code/GUI after d…

  4. comment
    Comment #18033284

    I hear you. I was suspicious of this too, but there's been a lot of work put into making the controls we design work well and properly implement accessibility/native platform behav…

  5. comment
    Comment #18030098

    Flutter takes full control of the rendering pipeline directly on both platforms - all the controls your seeing are written in Dart for Flutter, but designed to mimic the best of wh…

  6. comment
    Comment #18030081

    Dart 2.0 is not Dart 1.0. And the Flutter team has had a large hand in shaping and forming Dart to its current state (and continues to drive certain priorities for it). Dart is eas…

  7. comment
    Comment #18030065

    First party maps support has recently landed, as well as WebView. Geolocation plugins have been available for quite sometime now, as have encryption and file storage.

  8. comment
    Comment #18030060

    There is a large and growing team supporting Flutter at Google. Flutter is here to stay, and even beyond Google's investment in it there's a large number of dedicated community con…

  9. comment
    Comment #18030052

    Dart isn't perfect, and I think at the least would really benefit from Union types. There are some open issues related to these things though: https://github.com/dart-lang/sdk/issu…