• 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
..
adb_test.dart Loading commit data...
all.dart Loading commit data...
manifest_test.dart Loading commit data...
run_test.dart Loading commit data...
utils_test.dart Loading commit data...