Packages are used to quickly build an application without developing everything from scratch.
Some example packages are HTTP (for network request), fluro (custom navigation/ route handling), and more.
You can install the package by specifying it in the pubspec.yaml file. You can also create your own package and share it with others.