• Adam Barth's avatar
    Scaffold should respect window.padding.bottom · da7e1e5d
    Adam Barth authored
    The space for the keyboard is now represented as bottom padding for the window.
    By teaching the scaffold to respect the bottom window padding, we move the
    floating action button and snackbars out of the way of the keyboard.
    
    This currently works on Android. I'll need to see how to get the keyboard
    geometry on iOS for a similar effect.
    
    Fixes #103
    da7e1e5d
scaffold.dart 15.8 KB