Tutorial web apps

Fireworks animation (WebAssembly)
Click on the button or the menu to start.


The example apps below are live web apps. You can scroll through the source code and actually run the app.

Hello World
This sample shows a minimal Hello World app. The app will adapt to screen size and switch between desktop mode (optmized for alrge screens and mouse usage) and a touch mode (optimized for small screens and finger touch).


Colour themes
In this sample you can choose between light and dark mode and different colour themes from the menu.

Sizers
This sample shows the layout system of wxDart based on so-called sizers that easily let you define layout rules that adapt when resizing the window.

Showing a long vertical list of items - a typical smart phone interface.