• Ian Hickson's avatar
    Add documentation and clean up code. (#11330) · 8f56f6fd
    Ian Hickson authored
    Mainly, this adds documentation to members that were previously
    lacking documentation.
    
    It also adds a big block of documentation about improving performance
    of widgets.
    
    This also removes some references to package:collection and adds
    global setEquals and listEquals methods in foundation that we can use.
    (setEquals in particular should be much faster than the
    package:collection equivalent, though both should be faster as they
    avoid allocating new objects.) All remaining references now qualify
    the import so we know what our remaining dependencies are.
    
    Also lots of code reordering in Flutter driver to make the code
    consistent and apply the style guide more thoroughly.
    8f56f6fd
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
widgets Loading commit data...