© Sanjib Sinha 2020
S. SinhaQuick Start Guide to Dart Programminghttps://doi.org/10.1007/978-1-4842-5562-9_9

9. Dart Packages and Libraries

Sanjib Sinha1 
(1)
Howrah, West Bengal, India
 

Dart programming relies heavily on libraries, which contain critical sets of built-in functionality. Several common libraries are provided for you; in addition, you can do modular programming with the help of libraries. We have already seen many examples, such as predefined collection methods, many mathematical functions, etc.

Several common libraries serve many purposes for building Dart applications. So far, you have seen many built-in functions that we have used in our many user-defined functions. For example, the dart:core libraries provide assistance for numbers, ...

Get Quick Start Guide to Dart Programming: Create High-Performance Applications for the Web and Mobile now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.