1. 23 Jun, 2021 1 commit
  2. 28 Apr, 2021 1 commit
  3. 21 Apr, 2021 1 commit
  4. 18 Mar, 2021 1 commit
  5. 03 Nov, 2020 1 commit
  6. 15 Oct, 2020 1 commit
  7. 11 Jun, 2020 2 commits
  8. 16 Dec, 2019 1 commit
  9. 04 Dec, 2019 1 commit
  10. 02 Dec, 2019 2 commits
  11. 11 Oct, 2017 1 commit
  12. 05 Oct, 2017 1 commit
  13. 15 Sep, 2017 1 commit
  14. 08 Sep, 2017 1 commit
    • Hans Muller's avatar
      Make an app's supported locales configurable (#11946) · 4262c1e9
      Hans Muller authored
      * Make an app's supported locales configurable
      
      * Added an supportedLocales.isNotEmpty assert
      
      * WidgetsApp no longer const because supportedLocales.isNotEmpty
      
      * updated per review feedback
      
      * tweaked dartdoc to restart the build
      
      * updated per review feedback
      
      * Updated per review feedback
      4262c1e9
  15. 07 Sep, 2017 1 commit
  16. 01 Sep, 2017 1 commit
  17. 31 Aug, 2017 1 commit
  18. 28 Aug, 2017 1 commit
    • 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
  19. 24 Aug, 2017 1 commit