Meet the pub.dev
What is pub.dev
pub.dev is Dart's package manager website which allows you to explore available ready-made packages for your app.
How to use
In root directory of your Flutter project there's a pubspec.yaml
. It's a file that contains metadata about your project, including dependencies list.
Each package at pub.dev describes it's installation project in a Installing
tab.