flutter/packages/flutter_test/test
Ian Hickson f235a2c104 RTL: Padding, Flex (#11709)
* 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.
2017-08-28 12:50:24 -07:00
..
matchers_test.dart Add hasAGoodToStringDeep and equalsIgnoringHashCodes methods. (#10935) 2017-06-23 14:07:09 -07:00
stack_manipulation_test.dart Declare locals final where not reassigned (flutter_test) (#8569) 2017-03-03 17:51:01 -08:00
test_async_utils_test.dart Do not swallow exceptions in guarded functions. (#9064) 2017-03-30 09:50:30 -07:00
widget_tester_test.dart RTL: Padding, Flex (#11709) 2017-08-28 12:50:24 -07:00