mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- move _uniqueChild earlier since a comment now mentions it earlier. - reorder methods in Element to more closely reflect call order. - change mount to be the place that sets the parent pointer, for consistency. - make the lifecycleState a purely debug-time thing for consistency. - make BuildableElement.unmount set dirty to false so that we won't build unmounted objects. - rename "updated" to "newWidget" for clarity. - change how we unmount things so that the slot is reset up to a RenderObjectElement, but not further, and don't reset the depth.
Sky
For information about using the latest stable release of Sky, please see the package/sky/ directory.
For more information about the Sky framework, see the package/sky/lib/ directory.
For details about the internals of Sky's engine, see the engine/ directory.
For information about contributing to Sky, please see CONTRIBUTING.md.