How to show a picture from a URL

You can use the BrAsyncFileWidget BrAsyncWidget subclass: #BrAsyncFileWidget instanceVariableNames: '' classVariableNames: '' package: 'Brick-Async-Widget' :

BrAsyncFileWidget new
	url: 'https://gtoolkit.com/assets/pictures/glamoroustoolkit-icon.png';
	constraintsDo: [ :c | 
		c horizontal matchParent.
		c vertical matchParent ]