• Ian Hickson's avatar
    Various Input and Focus fixes · b1dae4c4
    Ian Hickson authored
    Require a Key on Input.
    
    Simplify the API for Focus.at() and Focus.moveTo().
    Fixes #236.
    This will require an e-mail to flutter-dev.
    
    Make Input grab focus onTap not onPointerDown.
    Fixes #189.
    
    Complain when you use Focus.at() with two different GlobalKeys that
    are both in the tree at the same time.
    Fixes #181.
    
    Add dartdocs for Focus.moveTo() and Focus.moveScopeTo().
    b1dae4c4
Name
Last commit
Last update
..
engine Loading commit data...
examples Loading commit data...
gestures Loading commit data...
harness Loading commit data...
painting Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
widget Loading commit data...