Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Oh my Dart!

Ladislav Thon
November 09, 2012
140

Oh my Dart!

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