Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 535 Bytes

File metadata and controls

14 lines (10 loc) · 535 Bytes

dart-deferred-loading-examples

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.