January 2020
Intermediate to advanced
368 pages
12h 45m
English
In any case, using packages in your Dart code is always the same. To use the library from cool_package, import it at the top of your Dart file by telling it the entry point of the package. Generally, the entry point file will mimic the name of the whole package. For example
import "package:cool_package/cool_package.dart";
Read now
Unlock full access