2020-02-07 16:35:55 +01:00
..
2019-11-27 15:04:02 -08:00
2019-11-27 15:04:02 -08:00
2019-11-27 15:04:02 -08:00
2019-11-27 15:04:02 -08:00
2019-11-27 15:04:02 -08:00
2020-02-04 14:23:03 -08:00
2019-11-27 15:04:02 -08:00
2019-11-27 15:04:02 -08:00
2019-11-27 15:04:02 -08:00
2019-12-03 13:59:19 -08:00
2019-11-27 15:04:02 -08:00
2019-11-27 15:04:02 -08:00
2019-12-03 13:59:19 -08:00
2019-11-27 15:04:02 -08:00
2019-11-27 15:04:02 -08:00

The rule for packages in this directory is that they can depend on nothing but core Dart packages. They can't depend on dart:ui, they can't depend on any package:, and they can't depend on anything outside this directory.

Currently they do depend on dart:ui, but only for VoidCallback and hashValues (and maybe one day hashList and lerpDouble), which are all intended to be moved out of dart:ui and into dart:core.

See also: