• Ian Hickson's avatar
    Use callbacks for sending messages up the app · d748186c
    Ian Hickson authored
    Using .of() to call mutating setters is not great practice since it ties
    
    parts of the app together in ways that prevent reuse and composition.
    
    
    
    Since people are now using the gallery app to copy from, let's use the
    
    better practice of using callbacks.
    d748186c
Name
Last commit
Last update
..
app.dart Loading commit data...
drawer.dart Loading commit data...
header.dart Loading commit data...
home.dart Loading commit data...
item.dart Loading commit data...