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

Latest commit

 

History

History
8 lines (6 loc) · 431 Bytes

File metadata and controls

8 lines (6 loc) · 431 Bytes

This project demonstrates a very simple example of deferred loading.

The breakfast.dart, lunch.dart, and dinner.dart libraries (in /lib) are loaded lazily, when the user clicks the Breakfast menu, Lunch menu, or Dinner menu buttons in the browser, respectively.

For more information, see the language tour's deferred loading section.