mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We dropped Anchor support, and the markup changed a bit (mostly it got debug='' attributes to help debug output). TBR=eseidel Review URL: https://codereview.chromium.org/1129883004
7 lines
324 B
Plaintext
7 lines
324 B
Plaintext
<div debug="Instance of 'TestApp'">
|
|
<div debug="Instance of 'Container'" class="" style="background-color: green">
|
|
<div class="style1" debug="Instance of 'Text'">I am Text</div>
|
|
<img debug="Instance of 'Image'" src="resources/united.jpg" class=""></img>
|
|
</div>
|
|
</div><style>.style1 { display:paragraph }</style>
|