12 Commits

Author SHA1 Message Date
Ian Hickson
a94999ba50 Clean up imports and exports.
Each layer is supposed to reexport the parts of the previous layer
that are part of its API.

- In painting.dart, export from dart:ui all the Canvas-related APIs
  that make sense to be used at higher levels, e.g. PaintingStyle.

- Delete painting/shadows.dart. It was dead code.

- In rendering/object.dart, export all of painting.dart.

- In widgets/basic.dart, export all of painting.dart and
  animation.dart. Some classes in animation/ are renamed to make this
  less disruptive and confusing to the namespace.

- Split out Stocks back into an import model rather than a part model,
  so that it's easier to manage its dependencies on a per-file basis.

- Move Ticker to scheduler library.

- Remove as many redundant imports as possible now.

- Some minor nit picking cleanup in various files.
2016-02-11 00:06:23 -08:00
Eric Seidel
1bde1e7939 Generate docs for more of our packages
I also stopped pushing docs to domokit.org I presume we
were doing that to not break old links.  @abarth

@sethladd
2015-12-18 08:52:05 -08:00
Lex Berezhny
9153e7bbce update playfair to match flutter/painting module refactoring 2015-10-28 20:43:37 -04:00
Adam Barth
9b46c2d89c Update playfair after package:flutter rename 2015-10-12 00:11:28 -07:00
Adam Barth
e299fe1b51 Switch to the production name for fn3 2015-10-01 09:53:13 -07:00
Adam Barth
f54811810c Port playfair to fn3 2015-09-30 19:59:49 -07:00
Adam Barth
92e7e4935c Update imports after material.dart rename 2015-09-18 09:56:10 -07:00
Adam Barth
62d2f6ca46 Update Sky imports 2015-08-18 21:46:23 -07:00
Collin Jackson
4a2d9c44d8 Draw horizontal gridlines 2015-08-18 15:25:09 -07:00
Collin Jackson
338411606e Style the axis labels 2015-08-17 15:25:03 -07:00
Collin Jackson
e2ac4385a4 Basic line charts 2015-08-12 13:18:18 -07:00
Collin Jackson
44cb5f1ee7 Initial commit 2015-08-10 17:49:33 -07:00