I want to create the following layout: 
It's a Container, containing a Row, children:
- a square Container, unknown height or width
- a Column, children: 3 Text widgets (width is unknown)
The size of the square Container should be the height of the parent Container (its width = its height). the Column with the 3 Text widgets should expand to the rest of the parent Container.
Is it possible in Flutter? if so, how?