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

Latest commit

 

History

History
10 lines (7 loc) · 351 Bytes

File metadata and controls

10 lines (7 loc) · 351 Bytes

This project demonstrates the simplest example of deferred loading.

The lib/hello.dart file is loaded lazily, on startup. Once loaded, the library prints a Hello World style greeting. You can run this from the command line, using `pub run bin/main', for example.

For more information, see Dart Deferred Loading.