September 2019
Beginner
512 pages
12h 52m
English
Dart has a keyword to define a library—library, as you may expect. Although optional, this keyword is very useful when creating multiple file libraries or to create documentation for libraries before publishing them as APIs.
Let's take a look at how to define a library using this keyword, and the multiple approaches that can be taken when creating libraries to make the correct encapsulation and to make library usage more concise.
Read now
Unlock full access