Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 361 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 361 Bytes

Dart Deferred Loading Example

A simple example of deferred loading in Dart. To build and run the example, do the following:

pub get
pub serve

Then you can load the example in your favorite browser http://localhost:8080. Click the button labeled "Load". It will then deferred load a library which, when it is loaded, will display a "hello" message.