• Adam Barth's avatar
    Move widgets and rendering inside src · 693ddcd8
    Adam Barth authored
    Code outside of package:sky should import this code using
    
    package:sky/rendering.dart
    package:sky/widgets.dart
    
    Moving this code into the "src" directory is a convention that signifies that
    and it cleans up the generated dartdoc because the libraries in the src
    directory aren't included in the generated documentation. Instead, the classes
    are documented in the widgets.dart and rendering.dart libraries.
    693ddcd8
Name
Last commit
Last update
..
animation Loading commit data...
base Loading commit data...
editing Loading commit data...
gestures Loading commit data...
mojo Loading commit data...
painting Loading commit data...
src Loading commit data...
theme Loading commit data...
README.md Loading commit data...
rendering.dart Loading commit data...
sky_tool Loading commit data...
widgets.dart Loading commit data...