flutter/packages/flutter_test/lib
Michael Goderbauer 36e16e7544
Do not assert when semantics are on and app draws on 0x0 surface (#19059)
Instead, if the surface is 0x0 semantics will just generate one root semantics node with size of 0x0. The node will have no children because all children are invisible and (except for the root node with this change) invisible children are dropped.
2018-07-11 09:46:24 -07:00
..
src Do not assert when semantics are on and app draws on 0x0 surface (#19059) 2018-07-11 09:46:24 -07:00
flutter_test.dart Add support for custom test error reporters (#17727) 2018-05-18 13:58:08 -07:00