• 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
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...