mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() 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. |
||
---|---|---|
.. | ||
action_spline.dart | ||
action.dart | ||
color_sequence.dart | ||
constraint.dart | ||
effect_line.dart | ||
image_map.dart | ||
label.dart | ||
layer.dart | ||
node3d.dart | ||
node_with_size.dart | ||
node.dart | ||
particle_system.dart | ||
physics_body.dart | ||
physics_collision_groups.dart | ||
physics_debug.dart | ||
physics_group.dart | ||
physics_joint.dart | ||
physics_shape.dart | ||
physics_world.dart | ||
sound.dart | ||
sprite_box.dart | ||
sprite_widget.dart | ||
sprite.dart | ||
spritesheet.dart | ||
texture.dart | ||
textured_line.dart | ||
util.dart | ||
virtual_joystick.dart |