flutter/packages/flutter_sprites/lib/src
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
..
action_spline.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
action.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
color_sequence.dart add a test for flutter_sprites 2016-01-14 09:13:44 -08:00
constraint.dart Rename skysprites to flutter_sprites 2015-10-13 16:34:01 -07:00
effect_line.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
image_map.dart Update flutter_sprites now that ImageResource.first returns an ImageInfo 2016-02-02 17:07:26 -08:00
label.dart Remove PaintingCanvas 2015-12-04 20:26:08 -08:00
layer.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
node3d.dart Rename skysprites to flutter_sprites 2015-10-13 16:34:01 -07:00
node_with_size.dart Remove PaintingCanvas 2015-12-04 20:26:08 -08:00
node.dart Check for cycles in our various tree structures. 2015-12-10 19:30:46 -08:00
particle_system.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
physics_body.dart Adds API documentation to sprite physics and renames a few private variables for clarity. 2015-10-28 16:51:00 -07:00
physics_collision_groups.dart Fixes issue with physics collision groups 2015-10-27 13:38:20 -07:00
physics_debug.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
physics_group.dart Adds API documentation to sprite physics and renames a few private variables for clarity. 2015-10-28 16:51:00 -07:00
physics_joint.dart Adds API documentation to sprite physics and renames a few private variables for clarity. 2015-10-28 16:51:00 -07:00
physics_shape.dart Adds API documentation to sprite physics and renames a few private variables for clarity. 2015-10-28 16:51:00 -07:00
physics_world.dart Remove PaintingCanvas 2015-12-04 20:26:08 -08:00
sound.dart Add reference to "mojo:media_service" in sound.dart 2016-01-11 18:13:50 -08:00
sprite_box.dart Fixes issue with replacing the root node 2016-02-08 09:56:56 -08:00
sprite_widget.dart Rename skysprites to flutter_sprites 2015-10-13 16:34:01 -07:00
sprite.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
spritesheet.dart Strong modeify the examples 2015-10-23 18:13:25 -07:00
texture.dart Remove PaintingCanvas 2015-12-04 20:26:08 -08:00
textured_line.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00
util.dart Rename skysprites to flutter_sprites 2015-10-13 16:34:01 -07:00
virtual_joystick.dart Clean up imports and exports. 2016-02-11 00:06:23 -08:00