This directory includes deferred loading examples for the Dart language.
deferred_loading_example : A tiny command-line example that loads a single deferred library on startup.
lazyloader : A browser-based example that loads one of three libraries when the user clicks the corresponding button.
For more information, see Dart Deferred Loading.