• Ian Hickson's avatar
    RTL: Padding, Flex (#11709) · f235a2c1
    Ian Hickson authored
    * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
    
    * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
    
    * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
    
    * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
    
    * Fix all the tests that depended on Row defaulting to LTR.
    f235a2c1
Name
Last commit
Last update
..
activity_indicator_test.dart Loading commit data...
bottom_tab_bar_test.dart Loading commit data...
button_test.dart Loading commit data...
dialog_test.dart Loading commit data...
nav_bar_test.dart Loading commit data...
page_test.dart Loading commit data...
scaffold_test.dart Loading commit data...
slider_test.dart Loading commit data...
switch_test.dart Loading commit data...