Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥

Oh my Dart!

Avatar for Ladislav Thon Ladislav Thon
November 09, 2012
160

Oh my Dart!

Avatar for Ladislav Thon

Ladislav Thon

November 09, 2012
Tweet

Transcript

  1. This isn't real Dart code! Future<List<int>> xAxis = db1.fetchData(100); Future<List<int>>

    yAxis = db2.fetchData(100); async { List<int> xs <- xAxis; List<int> ys <- yAxis; plot(xs, ys); } catch (e) { doSomething(); }
  2. Pub