0 votes
in Flutter by
What are Packages in Flutter?

1 Answer

0 votes
by

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.

...